From 829b55e16f58ff584ff16705b99db2c2638da806 Mon Sep 17 00:00:00 2001 From: manetta Date: Mon, 16 Nov 2020 11:59:15 +0100 Subject: [PATCH] minor adjustment of the next/prev button height --- themes/default/static/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/default/static/css/main.css b/themes/default/static/css/main.css index 23d8b87..a339204 100644 --- a/themes/default/static/css/main.css +++ b/themes/default/static/css/main.css @@ -10,7 +10,7 @@ body{ letter-spacing: 0.25pt; color: rgba(40,40,40,1); /*background-color: #d0bba0;*/ - background-color: #ecddcb; + background-color: #ecddcb; } h1, h2, h3, h4, h5, h6{ font-family: 'Belgika-reg'; @@ -123,7 +123,7 @@ ul.navprevnext{ ul.navprevnext li.none{ position: relative; width: calc(50% - 17em); - height: 137px; + height: 150px; top:0; background-color: #95d1e6; border-radius: 1em;