From 269fd36df4ac9526bf789d37c4e18fff5838aa92 Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Sun, 14 Feb 2016 15:36:54 +0100 Subject: [PATCH] Fix margings for introduction --- static/css/main.css | 4 ++++ static/css/poole.css | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 static/css/main.css diff --git a/static/css/main.css b/static/css/main.css new file mode 100644 index 00000000..d4699597 --- /dev/null +++ b/static/css/main.css @@ -0,0 +1,4 @@ + +.front-page-introduction { + margin-bottom: 2rem; +} diff --git a/static/css/poole.css b/static/css/poole.css index 7ed7e365..90c7b57e 100644 --- a/static/css/poole.css +++ b/static/css/poole.css @@ -275,7 +275,7 @@ tbody tr:nth-child(odd) th { .masthead { padding-top: 1rem; padding-bottom: 1rem; - margin-bottom: 3rem; + margin-bottom: 1rem; } .masthead-title { margin-top: 0;