From 6d36b5093dedcbc421f29dbc4afd59261b765cc3 Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Sun, 5 Feb 2017 13:29:35 +0100 Subject: [PATCH] css: fix logo dimensions The old PNG file had different dimensions than the SVG file. This restores the correct aspect ratio. --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.2