0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-14 02:02:51 +00:00

Change to nested lists, shrink font to match PHB

This commit is contained in:
Trevor Buckner
2023-05-30 17:17:17 -04:00
parent 71ec9034b7
commit 47680f07df
2 changed files with 57 additions and 20 deletions

View File

@@ -1111,16 +1111,21 @@ break-inside : avoid;
// *****************************/
.page {
.index {
font-size:11px;
font-size : 0.218cm;
ul ul {
margin : 0;
}
ul {
margin-bottom: .5em;
padding-left: 1em;
text-indent: -1em;
list-style-type: none;
-webkit-column-break-inside: auto;
page-break-inside: auto;
break-inside: auto;
padding-left : 0;
text-indent : 0;
list-style-type : none;
}
& > ul > li {
text-indent : -1.5em;
padding-left : 1.5em;
}
}
}