Suppression affichage header bannière
This commit is contained in:
parent
423cecdc72
commit
19ce189258
1 changed files with 5 additions and 29 deletions
|
|
@ -29,34 +29,10 @@ table {
|
|||
}
|
||||
}
|
||||
|
||||
/* Mobile */
|
||||
|
||||
@include breakpoint('<=mobile') {
|
||||
|
||||
|
||||
/* Banner */
|
||||
|
||||
#banner {
|
||||
height: 10em;
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/* Mobile (Portrait) */
|
||||
|
||||
@include breakpoint('<=mobilep') {
|
||||
|
||||
/* Banner */
|
||||
|
||||
#banner {
|
||||
height: 10em;
|
||||
|
||||
header {
|
||||
display: none;
|
||||
}
|
||||
display: None
|
||||
}
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue