File tree 3 files changed +9
-5
lines changed
3 files changed +9
-5
lines changed Original file line number Diff line number Diff line change 2
2
channel = " nightly-2024-02-12"
3
3
profile = " minimal"
4
4
targets = [" wasm32-unknown-unknown" ]
5
-
Original file line number Diff line number Diff line change @@ -132,13 +132,13 @@ fn Book(
132
132
view! {
133
133
<div class="flex gap-2 items-center bg-orange-200 rounded-md px-2 py-3" >
134
134
<p class="font-work-sans text-black text-sm" >
135
- "ℹ️ Este Libro está marcado como incompleto"
135
+ "Este Libro está marcado como incompleto! "
136
136
</p>
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,11 @@ 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
72
+ href=format!( "https://www.youtube.com/@{}" , username)
73
+ size="tiny"
74
+ class="p-2"
75
+ >
72
76
"Youtube"
73
77
</ButtonLink >
74
78
{ if twitch {
@@ -77,6 +81,7 @@ fn YoutubeCard(
77
81
<ButtonLink
78
82
href=format!( "https://www.twitch.tv/{}" , username)
79
83
size="tiny"
84
+ class="p-2"
80
85
>
81
86
"Twitch"
82
87
</ButtonLink >
You can’t perform that action at this time.
0 commit comments