File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const FooterPhy = () => (
10
10
< Row className = "pt-5" >
11
11
< Col xl = { { size : 3 , offset : 0 } } >
12
12
< a href = "https://www.cam.ac.uk/" target = "_blank" rel = "noopener" className = "mt-2 mb-1" >
13
- < img src = "/assets/common/logos/university_of_cambridge.svg" alt = 'University of Cambridge website' width = "160px" className = 'footer-org-logo' />
13
+ < img src = "/assets/common/logos/university_of_cambridge.svg" alt = 'University of Cambridge website' className = 'footer-org-logo' />
14
14
</ a >
15
15
< div className = "logo-text" >
16
16
Funded by { ' ' } < ExternalLink href = "https://www.cam.ac.uk/" className = "d-inline" >
@@ -19,7 +19,7 @@ export const FooterPhy = () => (
19
19
< br />
20
20
Supported by { ' ' } < ExternalLink href = "https://www.gov.uk/government/organisations/department-for-education" className = "d-inline" >
21
21
< u > Department for Education</ u >
22
- </ ExternalLink > and { ' ' }
22
+ </ ExternalLink > and { ' ' }
23
23
< ExternalLink href = "https://www.ogdentrust.com/" className = "d-inline" >
24
24
< u > The Ogden Trust</ u >
25
25
</ ExternalLink > .
@@ -44,7 +44,7 @@ export const FooterPhy = () => (
44
44
< Link to = "/privacy" > Privacy policy</ Link >
45
45
< Link to = "/cookies" > Cookie policy</ Link >
46
46
< Link to = "/terms" > Terms of use</ Link >
47
- </ Col >
48
- </ Row >
47
+ </ Col >
48
+ </ Row >
49
49
</ footer >
50
50
) ;
Original file line number Diff line number Diff line change 3
3
// Fluent footer theme
4
4
footer {
5
5
--focus-outline-color : #{$color-neutral-white } ;
6
-
6
+
7
7
background-color : $color-neutral-900 ;
8
8
9
9
li {
@@ -21,7 +21,7 @@ footer {
21
21
color : $color-neutral-200 ;
22
22
}
23
23
}
24
-
24
+
25
25
.logo-text {
26
26
color : $color-neutral-200 ;
27
27
font-size : 14px ;
@@ -38,5 +38,6 @@ footer {
38
38
}
39
39
40
40
.footer-org-logo {
41
+ width : 100% ;
41
42
max-width : 12rem ;
42
43
}
You can’t perform that action at this time.
0 commit comments