Skip to content

Commit

Permalink
Fix to limit container max width 7xl
Browse files Browse the repository at this point in the history
  • Loading branch information
huacnlee committed Nov 7, 2022
1 parent ba1b6d7 commit bf5b06c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/javascript/homeland/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,12 @@ body {
@apply dark:bg-gray-900 dark:text-gray-100;
}

body {
.container {
@apply max-w-7xl;
}
}

.header {
padding: 0;
@apply bg-white shadow-sm border-none text-gray-800;
Expand Down

0 comments on commit bf5b06c

Please sign in to comment.