Skip to content

Commit

Permalink
FIX: style fix for mobile view
Browse files Browse the repository at this point in the history
  • Loading branch information
alardev committed Nov 3, 2023
1 parent b8d24b9 commit 52516f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ pub fn Home() -> impl IntoView {

<Toast hide_modal/>
<div class="flex flex-col flex-nowrap
self-center my-auto mx-6
self-center my-auto mx-6 w-11/12
sm:w-3/5 md:w-3/5 sm:max-w-md
md:max-w-lg lg:max-w-xl
xl:max-w-2xl"
Expand Down

0 comments on commit 52516f0

Please sign in to comment.