summaryrefslogtreecommitdiffstats
path: root/assets/css/layouts/_section.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-18 20:40:38 +0200
committerVolpeon <git@volpeon.ink>2021-04-18 20:40:38 +0200
commit09637502e8374ba5a1f408a9a231a0ec1eb96ee4 (patch)
tree2b13421e1b8781ec7b9b2b364a679e0e387b6ecb /assets/css/layouts/_section.scss
parentUpdate (diff)
downloadvolpeon.ink-09637502e8374ba5a1f408a9a231a0ec1eb96ee4.tar.gz
volpeon.ink-09637502e8374ba5a1f408a9a231a0ec1eb96ee4.tar.bz2
volpeon.ink-09637502e8374ba5a1f408a9a231a0ec1eb96ee4.zip
Update
Diffstat (limited to 'assets/css/layouts/_section.scss')
-rw-r--r--assets/css/layouts/_section.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/assets/css/layouts/_section.scss b/assets/css/layouts/_section.scss
index 3450858..70ace4c 100644
--- a/assets/css/layouts/_section.scss
+++ b/assets/css/layouts/_section.scss
@@ -2,7 +2,7 @@
2 @include store(( 2 @include store((
3 --colors: ( 3 --colors: (
4 --border: prop(--colors --obj-hi, $global: true), 4 --border: prop(--colors --obj-hi, $global: true),
5 ) 5 ),
6 )); 6 ));
7 7
8 @include layout(namespace()) { 8 @include layout(namespace()) {
@@ -33,8 +33,8 @@
33 width: 100%; 33 width: 100%;
34 height: 100%; 34 height: 100%;
35 margin-top: -1px; 35 margin-top: -1px;
36 margin-right: prop(--dims --outer-spacing, $global: true); 36 margin-right: prop(--container --dims --pad-x, $global: true);
37 margin-left: prop(--dims --outer-spacing, $global: true); 37 margin-left: prop(--container --dims --pad-x, $global: true);
38 border-top: 1px solid prop(--colors --border); 38 border-top: 1px solid prop(--colors --border);
39 } 39 }
40 } 40 }