From fd9b10c1d25ab6a0579e5518b08eb47c4f1d44e3 Mon Sep 17 00:00:00 2001 From: WaLLy3K Date: Fri, 22 Sep 2017 11:46:54 +1000 Subject: [PATCH] Fix black bar underneath logo --- style/pi-hole.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style/pi-hole.css b/style/pi-hole.css index 18b88fe4..952c1edf 100644 --- a/style/pi-hole.css +++ b/style/pi-hole.css @@ -40,3 +40,6 @@ a.lookatme { #all-queries tbody { word-wrap: break-word; } +.main-header .logo { + height: 51px; +}