hotfix: ajout des sections même sur mobile avec un style pas trop dégueu
This commit is contained in:
parent
260bc0b784
commit
a1607fd4af
1 changed files with 11 additions and 2 deletions
|
@ -196,7 +196,16 @@ footer {
|
|||
}
|
||||
|
||||
header nav {
|
||||
display: none;
|
||||
/* display: none; */
|
||||
line-height: 3em;
|
||||
margin-top: 1em;
|
||||
margin-bottom: 1em;
|
||||
font-size: 1em;
|
||||
text-align: center;
|
||||
|
||||
li {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.logo {
|
||||
|
|
Loading…
Reference in a new issue