diff options
author | Volpeon <git@volpeon.ink> | 2021-11-11 06:49:46 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2021-11-11 06:49:46 +0100 |
commit | 0963ba816e8d5f2c408e67a4deef14840a3f64fb (patch) | |
tree | 19629153f3bcc136a821eab8ca32b2a50590964d /assets/css/components | |
parent | Simplified home page (diff) | |
download | volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.tar.gz volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.tar.bz2 volpeon.ink-0963ba816e8d5f2c408e67a4deef14840a3f64fb.zip |
Make footer sticky again, fix blobfox and bunhd URLs
Diffstat (limited to 'assets/css/components')
-rw-r--r-- | assets/css/components/_post-list.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss index 5126589..9b124a6 100644 --- a/assets/css/components/_post-list.scss +++ b/assets/css/components/_post-list.scss | |||
@@ -15,6 +15,7 @@ | |||
15 | 15 | ||
16 | @include component(namespace()) { | 16 | @include component(namespace()) { |
17 | margin-top: $line-height * 2rem; | 17 | margin-top: $line-height * 2rem; |
18 | font-size: 1rem; | ||
18 | 19 | ||
19 | @include element('category-header') { | 20 | @include element('category-header') { |
20 | margin-top: $line-height * 2rem; | 21 | margin-top: $line-height * 2rem; |
@@ -39,7 +40,7 @@ | |||
39 | box-shadow: none; | 40 | box-shadow: none; |
40 | 41 | ||
41 | @include next-twin-element { | 42 | @include next-twin-element { |
42 | margin-top: 1px; | 43 | margin-top: 2px; |
43 | } | 44 | } |
44 | } | 45 | } |
45 | 46 | ||