Update form width to account for increased space

This commit is contained in:
Mark Eaton
2024-11-04 14:57:46 -05:00
committed by GitHub
parent 72c063ca13
commit 0f3aeac4f3
+2 -2
View File
@@ -364,7 +364,7 @@
margin-top: -20px; margin-top: -20px;
} }
.form-width { .form-width {
width: 40%; width: 60%;
} }
.nav-by-jumbotron { .nav-by-jumbotron {
margin-top: 40px !important; margin-top: 40px !important;
@@ -441,7 +441,7 @@
max-height: 350px; max-height: 350px;
} }
.form-width { .form-width {
width: 340px; width: 450px;
} }
} }