Reduce homepage padding

This commit is contained in:
Robert Long 2021-12-17 10:40:09 -08:00
parent 0ce29cfd45
commit bcb4ccf66d

View file

@ -66,7 +66,7 @@
display: flex;
flex-direction: column;
align-items: center;
padding: 92px;
padding: 40px 92px;
}
.fieldRow {