No edit summary Tag: wikieditor |
mNo edit summary |
||
(8 intermediate revisions by the same user not shown) | |||
Line 9: | Line 9: | ||
break-inside: avoid-column; | break-inside: avoid-column; | ||
} | } | ||
. | .main-page-section ul { | ||
margin-top: 0 !important; | |||
} | |||
.main-page-section ul ul { | |||
margin-top: 0 !important; | margin-top: 0 !important; | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
Line 16: | Line 19: | ||
.category-tree { | .category-tree { | ||
margin-top:1.5em; | margin-top:1.5em; | ||
column-count: 1; | |||
} | } | ||
.category-tree > p { | |||
margin-top: 0 !important; | margin-top: 0 !important; | ||
margin-bottom: 0 !important; | margin-bottom: 0 !important; | ||
Line 25: | Line 28: | ||
.main-page-section { | .main-page-section { | ||
column-count: 2; | column-count: 2; | ||
} | |||
.category-tree { | |||
column-count: 1; | |||
} | } | ||
} | } | ||
}} | }} |