Reduce gap between elements in subsections list

This commit is contained in:
2023-01-21 23:34:34 -06:00
parent 8eb642dbc8
commit 342710a755

View File

@ -272,7 +272,7 @@
.sections {
display: flex;
flex-direction: column;
gap: 40px;
gap: 10px;
}
.section {