From 05009007b6b494be4bd6d80bb5dca5a8848ce586 Mon Sep 17 00:00:00 2001 From: Yannick Date: Fri, 9 Oct 2015 23:04:50 +0200 Subject: [PATCH] #1336 Add space to footer --- themes/Fifteen/style.css | 6 ++++++ themes/Fifteen/thread.php | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/themes/Fifteen/style.css b/themes/Fifteen/style.css index fe9465172..bda1942ab 100644 --- a/themes/Fifteen/style.css +++ b/themes/Fifteen/style.css @@ -110,6 +110,12 @@ h1, h2, h3, h4, h5, h6 { } } +@media screen and (min-width: 768px) { + .container-main { + margin-bottom: 15px; + } +} + /* Addons */ #mail-addon, #website-addon, #microsoft-addon, #facebook-addon, #twitter-addon, #google-addon { color: #fff; diff --git a/themes/Fifteen/thread.php b/themes/Fifteen/thread.php index 06b321ca2..57c3503f1 100644 --- a/themes/Fifteen/thread.php +++ b/themes/Fifteen/thread.php @@ -63,6 +63,5 @@ - \ No newline at end of file