File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ fn Book(
137137 </div>
138138 }
139139 } ) }
140- <div class="mx-auto" >
141- <ButtonLink href=link size="big" >
140+ <div class="mx-auto text-center text-sm font-bold pt-14 sm:text-sm md:text-base lg:text-lg leading-tight " >
141+ <ButtonLink href=link size="big" class= "p-8" >
142142 { link_text}
143143 </ButtonLink >
144144 </div>
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ fn YoutubeCard(
6868 <h3 class="font-semibold" >{ title} </h3>
6969 <p>{ description} </p>
7070 <div class="flex justify-center items-center gap-2" >
71- <ButtonLink href=format!( "https://www.youtube.com/@{}" , username) size="tiny" >
71+ <ButtonLink href=format!( "https://www.youtube.com/@{}" , username) size="tiny" class= "p-2" >
7272 "Youtube"
7373 </ButtonLink >
7474 { if twitch {
@@ -77,6 +77,7 @@ fn YoutubeCard(
7777 <ButtonLink
7878 href=format!( "https://www.twitch.tv/{}" , username)
7979 size="tiny"
80+ class="p-2"
8081 >
8182 "Twitch"
8283 </ButtonLink >
You can’t perform that action at this time.
0 commit comments