forked from Deuxfleurs/guide.deuxfleurs.fr
rétablit en-tête comme avant
This commit is contained in:
parent
0e95d0d7b4
commit
52ae54d2f8
1 changed files with 5 additions and 6 deletions
|
@ -191,8 +191,10 @@ main details#navigation-toggle summary {
|
||||||
|
|
||||||
@media screen and (max-width: 768px) {
|
@media screen and (max-width: 768px) {
|
||||||
header {
|
header {
|
||||||
padding: 10px 20px;
|
padding: 10px 30px;
|
||||||
display: block;
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
justify-content: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
header nav {
|
header nav {
|
||||||
|
@ -250,12 +252,9 @@ main details#navigation-toggle summary {
|
||||||
.explore-more {
|
.explore-more {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Disposition spécifique du menu pour mobile; menu déroulable pour mobile */
|
||||||
/* *********** */
|
|
||||||
|
|
||||||
#menu-toggle {
|
#menu-toggle {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue