0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-05 01:32:47 +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; break-inside : avoid;
h1 { h1 {
text-align : center; text-align : center;
margin-bottom : 0cm; margin-bottom : 0.52cm;
} }
a{ a{
display : table; display : table;
@@ -668,9 +668,6 @@ body {
line-height: 1.2em; line-height: 1.2em;
} }
} }
& > ul {
margin-top: 0.52cm;
}
ul{ ul{
padding-left : 0; padding-left : 0;
list-style-type : none; list-style-type : none;