From 95355127fa78c044a8a47c367c458e1705d89cac Mon Sep 17 00:00:00 2001 From: Thibault UBUNTU Date: Wed, 13 Jan 2016 10:36:42 +0100 Subject: [PATCH] fix hauteur astuce on mobile --- themes/toutpratique/css/global.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/toutpratique/css/global.css b/themes/toutpratique/css/global.css index 186f2b9b..2b854a74 100644 --- a/themes/toutpratique/css/global.css +++ b/themes/toutpratique/css/global.css @@ -1101,6 +1101,9 @@ body .ac_results { } @media (max-width: 549px) { + .index .intro_top { padding: 5px 0px 15px;} + .intro_top .intro_home h1 {font-size: 40px;} + #header .search_box { margin-top: 15px; } #header .search_box .info_header { margin-bottom: 5px;} #header .info_header span { text-indent: 0; font-size: 24px;} @@ -1127,8 +1130,6 @@ body .ac_results { #footer .link_credits { display: block; text-align: center; clear: both; font-size: 14px; margin-top: 10px;} } @media (max-width: 500px) { - - #header #header_logo img { width: 80%;} #header .info_header h1 { margin-top: 20px;}