mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-20 10:08:17 +02:00
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:
parent
7941a46be3
commit
d5cfa5b7cf
13 changed files with 46 additions and 13 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue