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 {
|
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 {
|
.logo {
|
||||||
|
@ -323,4 +332,4 @@ footer {
|
||||||
#menu-toggle:checked ~ .toc-item {
|
#menu-toggle:checked ~ .toc-item {
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue