fix hauteur astuce on mobile

This commit is contained in:
Thibault UBUNTU 2016-01-13 10:36:42 +01:00
parent f5ee54bf8a
commit 95355127fa

View File

@ -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;}