This commit is contained in:
Zhora Shalyapin 2025-03-14 13:09:07 +00:00
parent faa369c1e1
commit 7ef9d55dc6

View File

@ -1420,6 +1420,7 @@
gap: .3rem;
background: white;
font-size: 1.2rem;
padding-left: 10px;
li {
list-style-type: none;
@ -1431,6 +1432,10 @@
}
}
#content h1 {
margin-bottom: 0;
}
#content-wrapper {
display: flex;
gap: 20px;