Skip to content

Commit d7bd36c

Browse files
committed
Fix logo aspect ratio and trigger fresh build
1 parent 4c86fcf commit d7bd36c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<div class="homepage-hero">
77
<div class="container text-center py-5">
8-
<img src="static/images/logo-2023.png" alt="D-Lab Berkeley" class="mb-4" style="max-height: 150px; max-width: 300px;">
8+
<img src="static/images/logo-2023.png" alt="D-Lab Berkeley" class="mb-4" style="height: 120px; width: auto;">
99
<h2>Workshop Catalog</h2>
1010
</div>
1111
</div>

0 commit comments

Comments
 (0)