From 0963ba816e8d5f2c408e67a4deef14840a3f64fb Mon Sep 17 00:00:00 2001 From: Volpeon Date: Thu, 11 Nov 2021 06:49:46 +0100 Subject: Make footer sticky again, fix blobfox and bunhd URLs --- assets/css/components/_post-list.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'assets/css/components/_post-list.scss') 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 @@ @include component(namespace()) { margin-top: $line-height * 2rem; + font-size: 1rem; @include element('category-header') { margin-top: $line-height * 2rem; @@ -39,7 +40,7 @@ box-shadow: none; @include next-twin-element { - margin-top: 1px; + margin-top: 2px; } } -- cgit v1.2.3-54-g00ecf