fix margin in contact section

This commit is contained in:
2025-08-04 13:21:18 -07:00
parent aeeb44e2b2
commit 36063c0a12
2 changed files with 6 additions and 2 deletions

View File

@@ -110,5 +110,9 @@ body {
}
section {
margin-bottom: 16px
margin-bottom: 16px;
}
.margin-8px-top {
margin-top: 8px;
}