summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-06-07 13:47:34 +0200
committerVolpeon <git@volpeon.ink>2021-06-07 13:47:34 +0200
commit46270e9f8462c2fdd4b44a33e846365f253b00d4 (patch)
tree7c7dff350e7700b0a60d602322ba241ae7abdf83 /assets
parentChanged title (diff)
downloadvolpeon.ink-46270e9f8462c2fdd4b44a33e846365f253b00d4.tar.gz
volpeon.ink-46270e9f8462c2fdd4b44a33e846365f253b00d4.tar.bz2
volpeon.ink-46270e9f8462c2fdd4b44a33e846365f253b00d4.zip
Less spacing between post list items
Diffstat (limited to 'assets')
-rw-r--r--assets/css/components/_post-list.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/css/components/_post-list.scss b/assets/css/components/_post-list.scss
index 7ca8183..9220d1c 100644
--- a/assets/css/components/_post-list.scss
+++ b/assets/css/components/_post-list.scss
@@ -45,7 +45,7 @@
45 } 45 }
46 46
47 @include next-twin-element { 47 @include next-twin-element {
48 margin-top: .6rem; 48 margin-top: 4px;
49 } 49 }
50 } 50 }
51 } 51 }