refactor(theme-classic): fix a few margin inconsistencies (#7129)

* refactor(theme-classic): minor fixes and improvements

* Fixes after review

* Reset spacing for all children inside browser window
This commit is contained in:
Alexey Pyltsyn 2022-04-09 03:27:22 +03:00 committed by GitHub
parent 7941a46be3
commit d5cfa5b7cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 46 additions and 13 deletions

View file

@ -56,3 +56,7 @@ CSS variables, meant to be overridden by final theme
border-top: 1px solid var(--docusaurus-details-decoration-color);
padding-top: 1rem;
}
.collapsibleContent > *:last-child {
margin-bottom: 0;
}