Skip to content

Commit

Permalink
fix: remove layout shift on the cute logo
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantpalikhe committed Apr 30, 2024
1 parent 7ae6897 commit b81f7e3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .vitepress/theme/components/Home.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,12 @@ onMounted(async () => {
<img
v-if="uwu"
src="/logo-uwu.svg"
style="width: 100%; max-width: 580px; margin: -80px auto -20px"
style="
width: 100%;
max-width: 580px;
margin: -80px auto -20px;
aspect-ratio: 145 / 91;
"
/>
<h1 class="tagline">
The
Expand Down

0 comments on commit b81f7e3

Please sign in to comment.