Add space above button in from on small mobile

This commit is contained in:
igorkorenfeld 2023-03-30 15:23:59 -04:00
parent e1756480af
commit 15290b3c1a
No known key found for this signature in database
GPG key ID: 826947A4B867F659

View file

@ -202,6 +202,9 @@ a.breadcrumb__back {
margin-bottom: units(0.5);
}
.usa-form .usa-button {
margin-top: units(3);
}
/** ---- DASHBOARD ---- */