From ceccc7808da894de2ebfc6029e577eb650375f88 Mon Sep 17 00:00:00 2001 From: Nicolas Bally Date: Wed, 30 Sep 2015 21:02:20 +0200 Subject: [PATCH] contact --- app/assets/stylesheets/public.scss | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index 1b91aa7..e7ed6a4 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -659,3 +659,21 @@ article{ } + +@media screen and (max-width:600px) { +.top{ + + #logo, &.move_top #logo{ + position:static; + display:block; + float:none; + margin:10px auto; + + } + .contact{ + display:none; + + +}} +} +