We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b7b1c0 + 05392f2 commit 1cb1f0eCopy full SHA for 1cb1f0e
src/components/slogan_button.rs
@@ -42,7 +42,7 @@ pub fn SloganButton() -> impl IntoView {
42
43
view! {
44
<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 "
+ 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 "
46
on:click=click_handler
47
>
48
<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