From ea16765b64554db4e5a1edde855bde36b08da2a2 Mon Sep 17 00:00:00 2001 From: iGor milhit Date: Sun, 8 Jun 2014 11:52:38 +0200 Subject: [PATCH] =?UTF-8?q?smaller=20+=20centr=C3=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/style.css b/style.css index ed06f8b..dd6a6e0 100644 --- a/style.css +++ b/style.css @@ -11,14 +11,14 @@ body { a { text-decoration: none; - padding-top: 35%; + padding-top: 40%; } .entree { margin: 1em; - width: 25%; + width: 20%; height: 0px; - padding-bottom: 25%; + padding-bottom: 20%; overflow: hidden; text-align: center; background-color: rgba(34, 34, 34, .8); @@ -31,8 +31,8 @@ a { @media (max-width: 1000px) { .entree { - width: 35%; - padding-bottom: 35% + width: 25%; + padding-bottom: 25%; } }