diff options
Diffstat (limited to 'assets/css/layouts')
| -rw-r--r-- | assets/css/layouts/_landing.scss | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/assets/css/layouts/_landing.scss b/assets/css/layouts/_landing.scss index 7683d44..03af39f 100644 --- a/assets/css/layouts/_landing.scss +++ b/assets/css/layouts/_landing.scss | |||
| @@ -10,9 +10,11 @@ | |||
| 10 | 10 | ||
| 11 | @include layout(namespace()) { | 11 | @include layout(namespace()) { |
| 12 | display: flex; | 12 | display: flex; |
| 13 | box-sizing: border-box; | ||
| 13 | flex-direction: row; | 14 | flex-direction: row; |
| 14 | align-items: center; | 15 | align-items: center; |
| 15 | min-height: 100%; | 16 | min-height: 100%; |
| 17 | padding-bottom: prop(--dims --outer, $global: true); | ||
| 16 | 18 | ||
| 17 | @include element('banner') { | 19 | @include element('banner') { |
| 18 | flex-shrink: 1.2; | 20 | flex-shrink: 1.2; |
| @@ -36,8 +38,9 @@ | |||
| 36 | } | 38 | } |
| 37 | 39 | ||
| 38 | @include media('<=md') { | 40 | @include media('<=md') { |
| 39 | display: block; | 41 | display: block; |
| 40 | height: auto; | 42 | height: auto; |
| 43 | padding-bottom: 0; | ||
| 41 | 44 | ||
| 42 | @include element('banner', 'content') { | 45 | @include element('banner', 'content') { |
| 43 | width: auto; | 46 | width: auto; |
