From 78ca5b9ee1a1f5c39d6b9317914a7d71e877d6eb Mon Sep 17 00:00:00 2001 From: Vincent Vandemeulebrouck Date: Wed, 13 Jan 2021 16:31:22 +0100 Subject: [PATCH] Fix proportions logo --- styles/simple.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/styles/simple.css b/styles/simple.css index 06cfc90d..6eb17d5c 100644 --- a/styles/simple.css +++ b/styles/simple.css @@ -1341,7 +1341,7 @@ display: inline-flex; } #logo { - content : url("img/logo.png"); - width: 100px; - height: 48px; + content : url(img/logo.png); + width: 80px; + height: 68px; } \ No newline at end of file