Skip to content

Commit 6406633

Browse files
author
Samantha Klasfeld
authored
Merge pull request #17 from sklasfeld/move_buttons
moved buttons as group centered under header on desktop
2 parents 7d51bfa + 85eba41 commit 6406633

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/index.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ const featuredPosts = posts.filter(({ data }) => data.isFeatured);
2727
loading="eager"
2828
/>
2929
</figure>
30-
<div class="text-center md:text-left">
30+
<div class="text-center">
3131
<h1
3232
class="text-4xl sm:text-5xl lg:text-6xl font-sans font-semibold mb-3"
3333
>
@@ -36,7 +36,7 @@ const featuredPosts = posts.filter(({ data }) => data.isFeatured);
3636
<p class="text-xl sm:text-2xl text-main opacity-80 mb-6">
3737
Computational Biologist, Bioinformatics Scientist
3838
</p>
39-
<div class="flex justify-center md:justify-start gap-4">
39+
<div class="flex justify-center gap-6">
4040
<a
4141
href="Samantha_Klasfeld_CV.pdf"
4242
class="inline-flex items-center justify-center px-8 py-3 text-lg font-sans font-normal leading-tight bg-accent text-white dark:text-black border-2 border-accent rounded-xl transition-all duration-200 hover:scale-105 focus:outline-none focus:ring-2 focus:ring-accent focus:ring-offset-2"

0 commit comments

Comments
 (0)