diff options
Diffstat (limited to 'assets/css/components')
-rw-r--r-- | assets/css/components/_footer.scss | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/assets/css/components/_footer.scss b/assets/css/components/_footer.scss index c127d02..225cd29 100644 --- a/assets/css/components/_footer.scss +++ b/assets/css/components/_footer.scss | |||
@@ -17,6 +17,7 @@ | |||
17 | @include element('content') { | 17 | @include element('content') { |
18 | width: 100%; | 18 | width: 100%; |
19 | height: 100%; | 19 | height: 100%; |
20 | margin-top: -1px; | ||
20 | margin-right: prop(--dims --outer-spacing, $global: true); | 21 | margin-right: prop(--dims --outer-spacing, $global: true); |
21 | margin-left: prop(--dims --outer-spacing, $global: true); | 22 | margin-left: prop(--dims --outer-spacing, $global: true); |
22 | border-top: 1px solid prop(--colors --border); | 23 | border-top: 1px solid prop(--colors --border); |