mirror of
https://github.com/GenderDysphoria/GenderDysphoria.fyi.git
synced 2025-01-31 07:16:17 +00:00
Fixing issues with the table of contents layout
This commit is contained in:
parent
4b372856cd
commit
0cee442b92
@ -24,7 +24,7 @@ siblings:
|
||||
|
||||
### Table of Contents:
|
||||
|
||||
{!{ <div style="columns: 2"> }!}
|
||||
{!{ <div class="two-column-list"> }!}
|
||||
|
||||
1. [Introduction](#introduction)
|
||||
|
||||
|
@ -150,3 +150,14 @@
|
||||
margin-bottom: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.two-column-list {
|
||||
ol, ul {
|
||||
@media (min-width: 500px) {
|
||||
columns: 2;
|
||||
}
|
||||
|
||||
li { margin-bottom: 0.5em; }
|
||||
p { margin: 0; }
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user