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