From 08987f703393a9648816e03c9361f60b6cf6da3d Mon Sep 17 00:00:00 2001 From: hitlerrip Date: Tue, 29 Jul 2025 18:07:33 +0200 Subject: small style changes added a margin to the "latest post" section --- con/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'con') diff --git a/con/style.css b/con/style.css index d417ce8..13fb6af 100644 --- a/con/style.css +++ b/con/style.css @@ -218,3 +218,7 @@ article { article p { text-align: center; } + +.latest-post { + margin: 50px 0 50px 0; +} -- cgit v1.2.3