fix: increase margin for sections #12

Manually merged
ryan merged 1 commits from fix/margins into main 2024-07-10 21:15:26 +00:00
1 changed files with 2 additions and 2 deletions

View File

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