From daa2022846e370b2c584beb776990127ed7dba46 Mon Sep 17 00:00:00 2001 From: Wruczek Date: Sun, 23 Apr 2017 20:19:27 +0200 Subject: [PATCH] Small CSS improvements --- css/style.css | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/css/style.css b/css/style.css index c06084a..2200000 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +html { + min-width: 320px; +} + .fa { margin-right: 5px } @@ -119,19 +123,13 @@ html { body { position: relative; margin: 0; - padding-bottom: 12rem; + padding-bottom: 120px; min-height: 100%; } @media (max-width: 380px) { body { - padding-bottom: 15rem; - } -} - -@media (max-width: 280px) { - body { - padding-bottom: 20rem; + padding-bottom: 150px; } } @@ -140,7 +138,7 @@ body { right: 0; bottom: 0; left: 0; - padding: 1rem; + padding: 10px; } .footer .pull-right p {