Skip to content

Commit acc0e57

Browse files
committed
💄 Add height to img to avoid layout flows
1 parent 45450d6 commit acc0e57

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/static/Layout.astro

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@
1313
<body>
1414
<div class="container">
1515
<a href="/">
16-
<img src="/img/logo.png" alt="Logo" />
16+
<img
17+
src="/img/logo.png"
18+
alt="Logo"
19+
width="164"
20+
height="43"
21+
/>
1722
</a>
1823
<slot />
1924
</div>

0 commit comments

Comments
 (0)