diff options
author | Volpeon <git@volpeon.ink> | 2021-04-18 15:53:42 +0200 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-04-18 15:53:42 +0200 |
commit | 304ebd1f875476fc2b6a7c5435b011c55d735617 (patch) | |
tree | 4fa8dec33d282ddac41178e7157282e93a7cde43 /assets/css/components | |
parent | Update (diff) | |
download | volpeon.ink-304ebd1f875476fc2b6a7c5435b011c55d735617.tar.gz volpeon.ink-304ebd1f875476fc2b6a7c5435b011c55d735617.tar.bz2 volpeon.ink-304ebd1f875476fc2b6a7c5435b011c55d735617.zip |
Update
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); |