From 7c50914f0b10464e7996b752c2d17fc9ae6521b0 Mon Sep 17 00:00:00 2001 From: Benjamin Bohard Date: Thu, 28 Apr 2016 16:09:08 +0200 Subject: [PATCH] =?UTF-8?q?Taille=20des=20tuiles=20adapt=C3=A9es=20aux=20?= =?UTF-8?q?=C3=A9crans=2010=20pouces?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index 61030cb..77d25fc 100644 --- a/css/style.css +++ b/css/style.css @@ -152,8 +152,8 @@ html, body { transition: 150ms linear; position: relative; overflow: hidden; - width: 145px; - height: 145px; + width: 138px; + height: 138px; } .launcher li.app-item::after {