File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments