From 6f20c16f8e3b1d6f5450e61ec3db277b4d68883b Mon Sep 17 00:00:00 2001 From: Knah Tsaeb Date: Mon, 12 Oct 2015 12:03:41 +0200 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20de=20l'affichage?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/styles.css | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/css/styles.css b/css/styles.css index 56a30a8..d45b1f0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -18,22 +18,21 @@ a { } .case { - display: inline-block; - width: 20%; - min-width: 320px; - height: 100%; + background-color: #fefefe; border: 1px solid #ababab; border-radius: 0.3em; - text-align: left; - margin: 0.3em 0.15em; - padding: 0.3em; - background-color: #fefefe; - vertical-align: top; - zoom: 1; - text-align: center; -webkit-box-shadow: 0 6px 8px -8px black; -moz-box-shadow: 0 6px 8px -8px black; box-shadow: 0 6px 8px -8px black; + display: inline-block; + height: 100%; + margin: 0.3em 0.15em; + max-width: 320px; + min-width: 200px; + padding: 0.3em; + text-align: center; + vertical-align: top; + width: 20%; } .case h3, .case p {