From: Michael Stapelberg Date: Sun, 5 Feb 2017 12:29:35 +0000 (+0100) Subject: css: fix logo dimensions X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3.github.io;a=commitdiff_plain;h=6d36b5093dedcbc421f29dbc4afd59261b765cc3 css: fix logo dimensions The old PNG file had different dimensions than the SVG file. This restores the correct aspect ratio. --- diff --git a/css/style.css b/css/style.css index b49c825..e13658d 100644 --- a/css/style.css +++ b/css/style.css @@ -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; }