Skip to content

Commit

Permalink
revert margin bottom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc committed Aug 4, 2023
1 parent a9dbd25 commit 22a68e9
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/frontend/components/container.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,11 @@

:else
[:div
{:class (if (or onboarding-and-home? margin-less-pages?) "" (util/hiccup->class "mx-auto"))}
{:class (if (or onboarding-and-home? margin-less-pages?) "" (util/hiccup->class "mx-auto.pb-24"))
:style {:margin-bottom (cond
margin-less-pages? 0
onboarding-and-home? 0
:else 120)}}
main-content])

(when onboarding-and-home?
Expand Down

0 comments on commit 22a68e9

Please sign in to comment.