Reduce gap between elements in subsections list

This commit is contained in:
BBaoVanC 2023-01-21 23:34:34 -06:00
parent 8eb642dbc8
commit 342710a755
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
1 changed files with 1 additions and 1 deletions

View File

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