Skip to content

Commit

Permalink
Merge pull request #37 from JamsMendez/page-style
Browse files Browse the repository at this point in the history
fix:  header, changes in app-width only for main and not header
  • Loading branch information
NikolaM-Dev authored Jul 3, 2024
2 parents c2f2eed + 8351e43 commit dcea603
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions themes/basic/assets/css/_global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ html, body, .container {
width: calc(100% - calc(#{$content-margin} * 2)) !important;
padding-left: $content-margin !important;
padding-right: $content-margin !important;
}

main.app-width {
flex-grow: 1;
}

Expand Down

0 comments on commit dcea603

Please sign in to comment.