Skip to content

Commit

Permalink
Fix: #6398 (#6413)
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustinMauroy committed Mar 3, 2024
1 parent 004c16e commit 2f6f355
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions components/Containers/Footer/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
gap-6
border-t
border-neutral-200
bg-white
px-8
py-4
dark:border-neutral-900
dark:bg-neutral-950
md:flex-row
md:justify-between
md:py-5;
Expand Down
2 changes: 2 additions & 0 deletions components/Containers/NavBar/index.module.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
.container {
@apply border-neutral-200
bg-white
dark:border-neutral-900
dark:bg-neutral-950
md:flex
md:h-16
md:flex-row
Expand Down

0 comments on commit 2f6f355

Please sign in to comment.