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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user