fix: increase margin for sections

This commit is contained in:
Anton Livaja 2024-06-28 11:43:06 -04:00
parent 760559843d
commit 6a298f7abc
Signed by: anton
GPG Key ID: 44A86CFF1FDF0E85
1 changed files with 2 additions and 2 deletions

View File

@ -457,8 +457,8 @@ textarea {
} }
section { section {
margin-top: 24px; margin-top: 48px;
margin-bottom: 24px; margin-bottom: 48px;
} }
.extra-spacing { .extra-spacing {