make details summary inline so the outline doesn't go wild when active

This commit is contained in:
Ted Unangst 2019-10-03 15:13:16 -04:00
parent 73d6331c2d
commit b8e0799b34
1 changed files with 3 additions and 0 deletions

View File

@ -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;