make details summary inline so the outline doesn't go wild when active
This commit is contained in:
parent
73d6331c2d
commit
b8e0799b34
|
@ -76,6 +76,9 @@ header > details[open] {
|
|||
header > details li {
|
||||
margin: 1em 0em 1em 0em;
|
||||
}
|
||||
details summary {
|
||||
display: inline;
|
||||
}
|
||||
main {
|
||||
max-width: 1200px;
|
||||
margin: auto;
|
||||
|
|
Loading…
Reference in New Issue