Skip to content

Commit 41530b4

Browse files
committed
fix: footer stays at the bottom of the page
1 parent 9eb3ada commit 41530b4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

themes/basic/assets/css/_global.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ html, body, .container {
55
height: 100%;
66
margin: 0;
77
font-family: 'Work Sans', san-serif;
8+
9+
display:flex;
10+
flex-direction:column;
811
}
912

1013
.app-width {
1114
width: calc(100% - calc(#{$content-margin} * 2)) !important;
1215
padding-left: $content-margin !important;
1316
padding-right: $content-margin !important;
17+
flex-grow: 1;
1418
}
1519

1620
@media (min-width: $content-max-width + ($content-margin * 2)) {

0 commit comments

Comments
 (0)