0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 20:42:43 +00:00

Fix table of contents CSS so the first items in both columns start at the same vertical position

This commit is contained in:
Charlie Humphreys
2021-11-28 22:37:51 -06:00
parent 640bc33719
commit 9e7239cfef

View File

@@ -652,7 +652,7 @@ body {
break-inside : avoid;
h1 {
text-align : center;
margin-bottom : 0cm;
margin-bottom : 0.52cm;
}
a{
display : table;
@@ -668,9 +668,6 @@ body {
line-height: 1.2em;
}
}
& > ul {
margin-top: 0.52cm;
}
ul{
padding-left : 0;
list-style-type : none;