Skip to content

Commit 06f411d

Browse files
committed
Restore Cambridge logo to footer on Firefox
On other browsers this was using the max width on screen sizes >~290px anyway.
1 parent c0c0978 commit 06f411d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/scss/phy/footer.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,5 @@ footer {
3838
}
3939

4040
.footer-org-logo {
41-
width: 100%;
42-
max-width: 12rem;
41+
width: 12rem;
4342
}

0 commit comments

Comments
 (0)