From ebf4210e6f056f6c866c028d801cd0221fbdd7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Szekeres=20Ba=CC=81lint?= Date: Sun, 18 Nov 2018 12:41:47 +0100 Subject: [PATCH] footer advertisement --- public/index.html | 12 ++++++++++++ resources/scss/_ads.scss | 9 +++++++++ 2 files changed, 21 insertions(+) diff --git a/public/index.html b/public/index.html index c884622..1c8f185 100644 --- a/public/index.html +++ b/public/index.html @@ -848,6 +848,18 @@ diff --git a/resources/scss/_ads.scss b/resources/scss/_ads.scss index 83d9859..0382935 100644 --- a/resources/scss/_ads.scss +++ b/resources/scss/_ads.scss @@ -14,6 +14,15 @@ height: 300px; max-height: 300px; } + + footer & { + height: 200px; + max-height: 200px; + } + } + + footer & { + margin-bottom: 1rem; } .note {