From f54b993a112a88bc4c7d7f813d18f86258bdbc6a Mon Sep 17 00:00:00 2001 From: norrinorri Date: Thu, 7 Sep 2017 19:50:42 +0300 Subject: mobiiliparannuksi footer header ja bänneri etusivulle MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/main.scss | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'css') diff --git a/css/main.scss b/css/main.scss index bda35d6..6d7ed9c 100644 --- a/css/main.scss +++ b/css/main.scss @@ -30,7 +30,7 @@ $grey-color-light: lighten($grey-color, 43%); $grey-color-dark: darken($grey-color, 25%); $oldpurple-color : #5c3c7c; -$purple-color : #620062 +$purple-color : #620062; $border-color: #ddd; $white-color: #fff; @@ -101,7 +101,16 @@ $font-serif: 'Sintony', sans-serif; max-width: 0.75 * $content-width; } } - +@media screen and (max-width: 600px) { + .mobile_hide { + visibility: hidden; + clear: both; + float: left; + margin: 10px auto 5px 20px; + width: 28%; + display: none; + } +} @media screen and (min-width: 400px) { .auto-content { width: 80%; -- cgit v1.3