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 c5859a9 commit b8d24b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/src/pages/home.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ pub fn Home() -> impl IntoView {
<Toast hide_modal/>
<div class="flex flex-col flex-nowrap
self-center my-auto mx-6
w-2/5
sm:max-w-md md:max-w-lg lg:max-w-xl
sm:w-3/5 md:w-3/5 sm:max-w-md
md:max-w-lg lg:max-w-xl
xl:max-w-2xl"
>
<Outputfield name set_hide_modal/>
Expand Down

0 comments on commit b8d24b9

Please sign in to comment.