From bac6cc1e32ea82764c466354dd3aa7aa7dfa82d5 Mon Sep 17 00:00:00 2001 From: Sebastian Lay Date: Mon, 2 Aug 2021 22:30:52 +0200 Subject: [PATCH] Improved styling --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index a522f95..e133427 100644 --- a/css/style.css +++ b/css/style.css @@ -180,7 +180,7 @@ h1 span { h2 { font-size: 20px; - margin: 20px 10px; + margin: 20px; } header { @@ -234,7 +234,7 @@ li img { } li p { - margin: 20px 10px; + margin: 20px; font-size: 16px; }