]> git.sur5r.net Git - i3/i3.github.io/commitdiff
css: fix logo dimensions
authorMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Feb 2017 12:29:35 +0000 (13:29 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Sun, 5 Feb 2017 12:29:35 +0000 (13:29 +0100)
The old PNG file had different dimensions than the SVG file. This
restores the correct aspect ratio.

css/style.css

index b49c825baeea75595bbf67f945a7c071ded10257..e13658d673f2d7f135eed2d9418d64592b3dee91 100644 (file)
@@ -75,7 +75,7 @@ h1#title {
     margin: 0;
     background-image: url(../img/logo.svg);
     background-repeat: no-repeat;
-    background-size: 436px 146px;
+    background-size: 436px 134px;
     text-indent: -9999px;
 }