From bc7d0f312d3905f3efad4e5ac129dd462799dde9 Mon Sep 17 00:00:00 2001 From: Caspar Armster Date: Sun, 24 Jul 2016 23:04:11 +0200 Subject: [PATCH] =?UTF-8?q?[FIX]=20Logo=20nur=20auf=20200px=20H=C3=B6he=20?= =?UTF-8?q?begrenzen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index 36a2c2d..6ce80fc 100644 --- a/css/styles.css +++ b/css/styles.css @@ -28,8 +28,7 @@ body { } .img-box { - width: 175px; - height: 175px; + height: 200px; object-fit: contain; margin: 5px; }