Skip to content

Commit e2534cf

Browse files
committed
enh: add MIT logo to brand banner in HTML and CSS; ensure consistent styling for new logo alongside existing logos
1 parent 0619bfd commit e2534cf

4 files changed

Lines changed: 113 additions & 207 deletions

File tree

css/styles.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,10 @@ body {
138138
height: 39px;
139139
}
140140

141+
.brand-banner .mit-logo {
142+
height: 39px;
143+
}
144+
141145
.brand-banner .huji-logo {
142146
height: 39px;
143147
}
@@ -1688,6 +1692,10 @@ body {
16881692
height: 32px;
16891693
}
16901694

1695+
.brand-banner .mit-logo {
1696+
height: 32px;
1697+
}
1698+
16911699
.brand-banner .huji-logo {
16921700
height: 32px;
16931701
}

0 commit comments

Comments
 (0)