diff --git a/css/site.css b/css/site.css index 93e6bb52..08052c43 100644 --- a/css/site.css +++ b/css/site.css @@ -269,12 +269,20 @@ a.btn:focus { margin: auto; } -.post-links>ul { +.post .read-more { + margin-top: 25px; +} + +.post-excerpt { + margin-top: 1rem; +} + +.post-excerpt>ul { list-style-type: none; padding-left: 0; } -.post-links>ul>li { +.post-excerpt>ul>li { margin-bottom: 15px; } diff --git a/news.html b/news.html index a829bb9f..6b014b59 100644 --- a/news.html +++ b/news.html @@ -7,19 +7,17 @@
{{ p.date | date_to_string: "ordinal", "US" }}
Read More
{% endif %}