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

Initial draft

This commit is contained in:
Victor Losada Hernandez
2023-03-26 23:28:29 +02:00
parent 46bc34d527
commit d278c52571
3 changed files with 140 additions and 0 deletions

View File

@@ -941,3 +941,21 @@ break-inside : avoid;
}
}
}
//*****************************
// * INDEX
// *****************************/
.page {
.index {
font-size:11px;
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;
}
}
}