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(
137
137
</div>
138
138
}
139
139
} ) }
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" >
142
142
{ link_text}
143
143
</ButtonLink >
144
144
</div>
Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ fn YoutubeCard(
68
68
<h3 class="font-semibold" >{ title} </h3>
69
69
<p>{ description} </p>
70
70
<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" >
72
72
"Youtube"
73
73
</ButtonLink >
74
74
{ if twitch {
@@ -77,6 +77,7 @@ fn YoutubeCard(
77
77
<ButtonLink
78
78
href=format!( "https://www.twitch.tv/{}" , username)
79
79
size="tiny"
80
+ class="p-2"
80
81
>
81
82
"Twitch"
82
83
</ButtonLink >
You can’t perform that action at this time.
0 commit comments