summaryrefslogtreecommitdiffstats
path: root/assets/css/components/_post-list.scss
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/components/_post-list.scss')
-rw-r--r--assets/css/components/_post-list.scss3
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