From 07702a251daafcca2f4e24511c4198dc7e829672 Mon Sep 17 00:00:00 2001 From: Caroline Girard Date: Wed, 20 Mar 2019 11:01:00 +0100 Subject: [PATCH] =?UTF-8?q?fin=20du=20responsive=20sur=20les=20deux=20dern?= =?UTF-8?q?i=C3=A8res=20pages=20avec=20le=20tableau=20et=20les=20images?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/assets/stylesheets/public.scss | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/public.scss b/app/assets/stylesheets/public.scss index b7dc27b..163b305 100644 --- a/app/assets/stylesheets/public.scss +++ b/app/assets/stylesheets/public.scss @@ -412,7 +412,10 @@ h2{ //responsive img, table{ - max-width:100%; + a { + max-width: 80%; + padding-bottom: 20px; + } } @media screen and (max-width: 880px) { //menu @@ -420,7 +423,7 @@ img, table{ display: block; z-index: 300; font-size: 30px; - color: #00BD00; + color: #62bfe7; z-index:111; position:fixed; top:10px; @@ -428,6 +431,14 @@ img, table{ } + table { + font-size: 11px; + span { + font-size: 12px !important; + } + } + + #menu_top{ position:static; min-height:0;