From 65b59b23e1acb70d20741d363df53d0b9bc7922e Mon Sep 17 00:00:00 2001 From: Caroline Girard Date: Mon, 18 Mar 2019 11:38:56 +0100 Subject: [PATCH] changement du menu et suppression de bug homepage --- app/assets/stylesheets/public.scss | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index a2fef5a..d04917a 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -481,6 +481,8 @@ img{ } + + #logo_fond{ position:absolute; top:0; @@ -499,24 +501,24 @@ img{ //display:block; position:fixed; top:0; - bottom: 50%; + bottom: 0; right: 0; - left: 35%; + left: 0; background: dimgrey; opacity: 0.96; padding: 14% !important; a{ color: rgba(255, 255, 255, 1) !important; display: block !important; - padding: 8px 10px !important; - font-size: 16px !important; + padding: 10px 25px !important; + font-size: 20px !important; } } #menu_top { .menu { padding: 15% 5px !important; - text-align: left; + text-align: right; } } @@ -570,7 +572,7 @@ img{ .actu .img { float: none; - width: 100% !important; + width: 95% !important; padding: 10px; }