diff options
Diffstat (limited to 'assets/css/layouts')
-rw-r--r-- | assets/css/layouts/_section.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/layouts/_section.scss b/assets/css/layouts/_section.scss index 7c1cc9b..e8b1617 100644 --- a/assets/css/layouts/_section.scss +++ b/assets/css/layouts/_section.scss | |||
@@ -17,7 +17,7 @@ | |||
17 | 17 | ||
18 | @include modifier('fullscreen') { | 18 | @include modifier('fullscreen') { |
19 | box-sizing: border-box; | 19 | box-sizing: border-box; |
20 | min-height: 100%; | 20 | min-height: 100vh; |
21 | margin-bottom: calc(-1 * #{prop(--dims --outer, $global: true)}); | 21 | margin-bottom: calc(-1 * #{prop(--dims --outer, $global: true)}); |
22 | padding-bottom: prop(--dims --outer, $global: true); | 22 | padding-bottom: prop(--dims --outer, $global: true); |
23 | } | 23 | } |