Verified Commit 89b571c0 authored by Jakob Moser's avatar Jakob Moser
Browse files

Make sure red menu bar has no whitespace above

parent d04f5c36
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
 * Author: personads :: Maximilian Müller-Eberstein (ursprüngliche Version und Design); Jakob Moser
 * Author URI: https://personads.me/
 *
 * Version: 2.8.0
 * Version: 2.8.1
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -149,7 +149,7 @@ body > header .logo {
    background-color: #000;
    width: 250px;
    height: 77px;
    margin: 8px 0px -3px 10px;
    margin: 8px 0px -5px 10px;
    transition: background-color 0.3s;
    border: none;
}