From: Frédéric Perrin Date: Thu, 3 Nov 2016 19:04:19 +0000 (+0000) Subject: Make it useable on smaller screens X-Git-Url: https://gitweb.fperrin.net/?p=djsite.git;a=commitdiff_plain;h=51ca3218d251eaaeb4574c6d9c38134974af980e Make it useable on smaller screens --- diff --git a/quotes/static/quotes/style.css b/quotes/static/quotes/style.css index e496782..efd85c9 100644 --- a/quotes/static/quotes/style.css +++ b/quotes/static/quotes/style.css @@ -15,7 +15,8 @@ a:hover { border: 7px solid darkorange; border-radius: 15px; padding: 1.5em 2em; - margin: 2em 30em; + margin: 2em auto; + max-width: 500px; } .quote .author { diff --git a/quotes/tests.py b/quotes/test_quotes.py similarity index 100% rename from quotes/tests.py rename to quotes/test_quotes.py