Skip to content

Commit 291c97a

Browse files
committed
Update layout alignment for profile views section on index page
1 parent 6c8b9d0 commit 291c97a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import Layout from "@/layouts/Layout.astro";
1616
<Button variant="secondary" href="/github" as="a">Github</Button>
1717
</div>
1818
</div>
19-
<div class="lg:flex lg:items-center lg:justify-center lg:col-span-1 hidden">
19+
<div class="lg:flex lg:items-center lg:justify-end lg:col-span-1 hidden">
2020
<img src="/logo.png" class="aspect-square size-52" alt="Profile views" loading="eager" />
2121
</div>
2222
</section>

0 commit comments

Comments
 (0)