Skip to content

Commit dcea603

Browse files
authored
Merge pull request #37 from JamsMendez/page-style
fix: header, changes in app-width only for main and not header
2 parents c2f2eed + 8351e43 commit dcea603

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

themes/basic/assets/css/_global.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@ html, body, .container {
1414
width: calc(100% - calc(#{$content-margin} * 2)) !important;
1515
padding-left: $content-margin !important;
1616
padding-right: $content-margin !important;
17+
}
18+
19+
main.app-width {
1720
flex-grow: 1;
1821
}
1922

0 commit comments

Comments
 (0)