diff options
author | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-27 16:21:51 -0300 |
---|---|---|
committer | C. Lente <7017340+clente@users.noreply.github.com> | 2023-02-27 16:21:51 -0300 |
commit | fe5815fa9b8d740c720a29b5269cb94ad14661e2 (patch) | |
tree | 40e3ccd3ecacd3ad93b8bb0031f13538967c7415 | |
parent | b13c335a15de878f37e76a7104253717771a526c (diff) | |
download | hugo-bearcub-fe5815fa9b8d740c720a29b5269cb94ad14661e2.tar.gz hugo-bearcub-fe5815fa9b8d740c720a29b5269cb94ad14661e2.tar.bz2 |
Fix spacing in blog-posts
-rw-r--r-- | assets/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/assets/style.css b/assets/style.css index 67ac93b..c2d6aae 100644 --- a/assets/style.css +++ b/assets/style.css @@ -117,7 +117,7 @@ ul.blog-posts { ul.blog-posts li { display: flex; - line-height: 2.1; + margin-bottom: 10px; } ul.blog-posts li span { |