summaryrefslogtreecommitdiffstats
path: root/assets/css/layouts
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-03-26 23:17:56 +0100
committerVolpeon <git@volpeon.ink>2021-03-26 23:17:56 +0100
commit6e0a7ea009b08983f2966d51fe4438681c0863c3 (patch)
treeae337f7903bb60ef6f5a71275101678ca0e58d88 /assets/css/layouts
parentWIP: Redesign (diff)
downloadvolpeon.ink-6e0a7ea009b08983f2966d51fe4438681c0863c3.tar.gz
volpeon.ink-6e0a7ea009b08983f2966d51fe4438681c0863c3.tar.bz2
volpeon.ink-6e0a7ea009b08983f2966d51fe4438681c0863c3.zip
WIP: Redesign
Diffstat (limited to 'assets/css/layouts')
-rw-r--r--assets/css/layouts/_landing.scss7
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;