Fix ABB.css header height issue

This commit is contained in:
Aarni Halinen
2018-02-01 16:26:57 +02:00
parent 45b27e3ac9
commit f7c2516cd7
+4 -1
View File
@@ -2,7 +2,10 @@ body {
font-family: 'Open Sans', sans-serif; font-family: 'Open Sans', sans-serif;
} }
#header { #header:after {
content: " ";
display: block;
clear: both;
} }
#header-logo { #header-logo {