From 8fe12926ad49ce2b6d59ca80bc0ae9a5d6eb6f69 Mon Sep 17 00:00:00 2001 From: Ruben Date: Fri, 3 May 2024 09:05:45 -0500 Subject: [PATCH] styled blog list --- posts/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/posts/style.css b/posts/style.css index a299272..5aaa679 100644 --- a/posts/style.css +++ b/posts/style.css @@ -327,6 +327,12 @@ articles */ #articles section { background-color: var(--surface0); + border-radius: 1em; + padding: .5em; + margin-top: 1.5em; + a { + font-size: 24px !important; + } } /*