From f7c2516cd720c7c2c749e013aef873f8a5de6035 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Thu, 1 Feb 2018 16:26:57 +0200 Subject: [PATCH] Fix ABB.css header height issue --- infoscreen/static/infoscreen/css/abb.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/infoscreen/static/infoscreen/css/abb.css b/infoscreen/static/infoscreen/css/abb.css index 3176b43..af6e203 100644 --- a/infoscreen/static/infoscreen/css/abb.css +++ b/infoscreen/static/infoscreen/css/abb.css @@ -2,7 +2,10 @@ body { font-family: 'Open Sans', sans-serif; } -#header { +#header:after { + content: " "; + display: block; + clear: both; } #header-logo {