Skip to content

Commit d9f86da

Browse files
committed
Crop Stanford Medicine logo (320x320 -> 296x87, drops whitespace) and balance heights
The provided PNG was a square image with the actual horizontal lab logo sitting in the middle ~30% vertically; whitespace above and below was visually inflating the footer row even after the height attribute was shrunk. Cropped to the content bounding box. Both footer logos now rendered at height 30 for balanced sizing.
1 parent 3e9ef40 commit d9f86da

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
</div>
66
<div class="institutional-logos">
77
<a href="https://med.stanford.edu/" target="_blank" rel="noopener noreferrer external">
8-
<img src="{{ '/assets/images/site/public/nav_logo_stanford_medicine.png' | relative_url }}" alt="Stanford Medicine" height="10">
8+
<img src="{{ '/assets/images/site/public/nav_logo_stanford_medicine.png' | relative_url }}" alt="Stanford Medicine" height="30">
99
</a>
1010
<a href="https://www.hhmi.org/scientists/rhiju-das" target="_blank" rel="noopener noreferrer external">
11-
<img src="{{ '/assets/images/site/public/nav_logo_hhmi.jpg' | relative_url }}" alt="Howard Hughes Medical Institute" height="60">
11+
<img src="{{ '/assets/images/site/public/nav_logo_hhmi.jpg' | relative_url }}" alt="Howard Hughes Medical Institute" height="30">
1212
</a>
1313
</div>
1414
</footer>
6.77 KB
Loading

0 commit comments

Comments
 (0)