From b644fb3c869911e18e7841d1a6a5be5f47685f33 Mon Sep 17 00:00:00 2001 From: Peter Goodhall Date: Thu, 4 Apr 2019 21:07:06 +0100 Subject: [PATCH] Added a bigger margin to the content area --- assets/css/general.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/css/general.css b/assets/css/general.css index 5f9d48afd..610fd191f 100644 --- a/assets/css/general.css +++ b/assets/css/general.css @@ -1,5 +1,5 @@ .container { - margin-top: 25px; + margin-top: 45px; } .fancybox-content { width : 710px !important;