From 9c67333b870b14116bc7e9f55afaab704de3d81f Mon Sep 17 00:00:00 2001 From: Magnus Hoff Date: Tue, 11 Sep 2018 19:19:22 +0200 Subject: [PATCH] Wider top margin for better visual balance --- assets/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 4c2e286..3eb5f99 100644 --- a/assets/style.css +++ b/assets/style.css @@ -436,7 +436,7 @@ article ul.search-results { .search { text-align: center; - margin-top: 30px; + margin-top: 50px; position: relative; }