Skip to content

Commit 97be05d

Browse files
committed
Fixed width rather than height for footer logos
1 parent 354ccb7 commit 97be05d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/layouts/_institute_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<img
77
src="https://cdn.libraries.mit.edu/files/branding/local/mit_lockup_std-three-line_rgb_white.svg"
88
alt="MIT logo"
9-
height="35"
9+
width="150"
1010
/>
1111
</a>
1212

app/views/layouts/_libraries_footer.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<img
99
src="https://cdn.libraries.mit.edu/files/branding/local/mitlib-wordmark.svg"
1010
alt="MIT Libraries logo"
11-
height="35"
11+
width="150"
1212
/>
1313
</a>
1414
</div>

0 commit comments

Comments
 (0)