From 310719ce7dca519afb3074e223ace810a45d12f8 Mon Sep 17 00:00:00 2001 From: Santiago Soler Date: Sat, 13 Mar 2021 18:09:52 -0300 Subject: Reduce margin-top on h3 --- ~santisoler/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/~santisoler/style.css b/~santisoler/style.css index 92f181b..56e8ff0 100644 --- a/~santisoler/style.css +++ b/~santisoler/style.css @@ -31,7 +31,7 @@ h2 { } h3 { font-size: 16pt; - margin-top: 50px; + margin-top: 30px; } h4 { font-size: 14pt; -- cgit v1.2.3