commit f72fb035f801ae923dda9787bbd36f4f86ce5a9c
parent 706516eceb86c67cc0dfbff30bd0f7917a6e3592
Author: Lou Woell <lou.woell@posteo.de>
Date: Sat, 1 Mar 2025 00:44:35 +0100
Fix spacing in list view
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/assets/css/buttons.scss b/assets/css/buttons.scss
@@ -61,7 +61,7 @@ a.read-more:active {
background: none;
box-shadow: none;
padding: 0;
- margin: 20px 0;
+ margin-top: 20px;
max-width: 100%;
}
diff --git a/assets/css/post.scss b/assets/css/post.scss
@@ -135,6 +135,7 @@ h1:hover a, h2:hover a, h3:hover a, h4:hover a {
.post.on-list {
margin-top: 1rem;
+ padding-bottom: 1rem;
}
.post-on-list-content-preview {