Skip to content

Commit 1cb1f0e

Browse files
authored
Merge pull request #56 from arceprogramando/fix2
fix: Improve slogan, delete max-w-lg
2 parents 8b7b1c0 + 05392f2 commit 1cb1f0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/slogan_button.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pub fn SloganButton() -> impl IntoView {
4242

4343
view! {
4444
<div
45-
class="flex select-none items-center justify-center lg:justify-start group dark:text-white max-w-lg drop-shadow-[7px_7px_2px_rgba(0,0,0,.5)] hover:drop-shadow-none dark:transition-all dark:ease-in-out dark:delay-75 "
45+
class="flex select-none items-center justify-center lg:justify-start group dark:text-white drop-shadow-[7px_7px_2px_rgba(0,0,0,.5)] hover:drop-shadow-none dark:transition-all dark:ease-in-out dark:delay-75 "
4646
on:click=click_handler
4747
>
4848
<button class="bg-orange-200 dark:bg-black/30 border-4 border-orange-400 group-hover:border-orange-500 dark:group-hover:bg-black/60 flex justify-center items-center rounded-full w-12 h-12 text-xl relative z-10 drop-shadow-sm">

0 commit comments

Comments
 (0)