We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8b9d0 commit 291c97aCopy full SHA for 291c97a
1 file changed
src/pages/index.astro
@@ -16,7 +16,7 @@ import Layout from "@/layouts/Layout.astro";
16
<Button variant="secondary" href="/github" as="a">Github</Button>
17
</div>
18
19
- <div class="lg:flex lg:items-center lg:justify-center lg:col-span-1 hidden">
+ <div class="lg:flex lg:items-center lg:justify-end lg:col-span-1 hidden">
20
<img src="/logo.png" class="aspect-square size-52" alt="Profile views" loading="eager" />
21
22
</section>
0 commit comments