Verified Commit 0af1e6cb authored by Jakob Moser's avatar Jakob Moser
Browse files

Avoid black bars

parent 50d5c669
Loading
Loading
Loading
Loading
+4 −4
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.9.2
 * Version: 2.9.3
 * Requires PHP: 8.0
 *
 * License: GNU General Public License v3.0
@@ -147,7 +147,7 @@ body > header .logo {
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    width: 250px;
    width: 248px;
    height: 77px;
    margin: 8px 0px -5px 10px;
    transition: background-color 0.3s;
@@ -193,14 +193,14 @@ body > aside h2 {

@media (max-width: 300px) {
    body > header .logo {
        width: 200px;
        width: 197px;
        height: calc(77px*200/250);
    }
}

@media (max-width: 215px) {
    body > header .logo {
        width: 150px;
        width: 149px;
        height: calc(77px*150/250);
    }
}