summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_footer.scss
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-04-26 09:43:34 +0200
committerVolpeon <git@volpeon.ink>2021-04-26 09:43:34 +0200
commit40001c6b491eed2a91cd5662fbf0271db4a2e42a (patch)
tree07d132c95b2e9a0dc061bd7a664bd094e7869c1f /assets/css/components/_footer.scss
parentUpdate (diff)
downloadvolpeon.ink-40001c6b491eed2a91cd5662fbf0271db4a2e42a.tar.gz
volpeon.ink-40001c6b491eed2a91cd5662fbf0271db4a2e42a.tar.bz2
volpeon.ink-40001c6b491eed2a91cd5662fbf0271db4a2e42a.zip
Update
Diffstat (limited to 'assets/css/components/_footer.scss')
-rw-r--r--assets/css/components/_footer.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_footer.scss b/assets/css/components/_footer.scss
index cf02d04..4e809a4 100644
--- a/assets/css/components/_footer.scss
+++ b/assets/css/components/_footer.scss
@@ -8,10 +8,10 @@
8 8
9 @include component(namespace()) { 9 @include component(namespace()) {
10 display: flex; 10 display: flex;
11 position: relative;
11 align-items: center; 12 align-items: center;
12 justify-content: space-between; 13 justify-content: space-between;
13 height: prop(--dims --outer, $global: true); 14 height: prop(--dims --outer, $global: true);
14 font-size: 1 / 16 * 15em;
15 15
16 @include element('content') { 16 @include element('content') {
17 width: 100%; 17 width: 100%;