From aa95c8d58de76cc1002e554329ce7def25d780f3 Mon Sep 17 00:00:00 2001 From: edisonxiang Date: Fri, 6 Sep 2019 15:09:49 +0800 Subject: [PATCH] adjust margin for building --- themes/project/static/css/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/project/static/css/custom.css b/themes/project/static/css/custom.css index f210a16..50623c2 100644 --- a/themes/project/static/css/custom.css +++ b/themes/project/static/css/custom.css @@ -397,7 +397,7 @@ footer .notice span { .container .building { text-align: center; margin-top: 100px; - margin-bottom: 200px; + margin-bottom: 225px; } .container .building h4 { margin-bottom: 40px; -- GitLab