mirror of
https://github.com/til-schneider/slim-wiki.git
synced 2025-08-04 23:57:30 +02:00
Fixed: Nested lists had too much margin
This commit is contained in:
@@ -42,6 +42,11 @@
|
||||
|
||||
ul, ol {
|
||||
margin: 0 0 45px;
|
||||
|
||||
ul, ol {
|
||||
// No margin for nested lists
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
li {
|
||||
margin: 5px 0;
|
||||
|
Reference in New Issue
Block a user