mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2026-07-22 05:53:03 -04:00
Fixed margin issues on admonition
This commit is contained in:
@@ -39,13 +39,8 @@
|
||||
font-size: ms(-1);
|
||||
overflow: auto;
|
||||
|
||||
// Remove spacing on first element
|
||||
:first-child {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
// Adjust spacing on last element
|
||||
html & :last-child {
|
||||
html & > :last-child {
|
||||
margin-bottom: 1.2rem;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user