From 3c4f85b983e7930122907ca4df619849064e81c3 Mon Sep 17 00:00:00 2001 From: Suleyman Farajli Date: Fri, 27 Dec 2024 14:42:31 +0400 Subject: style for list items and small margin-bottom for paragraph added. --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') diff --git a/style.css b/style.css index 19c98e9..fa7019e 100644 --- a/style.css +++ b/style.css @@ -11,6 +11,7 @@ body { } p { + margin-bottom: -0.5em; font-size: 1.3em; } @@ -24,6 +25,10 @@ a:hover { color: #B48EAD; /* Purple */ } +li { + font-size: 1.1em; +} + small { padding: 0.6em; } -- cgit v1.2.3