roll back some .form-width changes; increase app2 width

This commit is contained in:
Mark Eaton
2024-11-11 20:04:10 -05:00
parent 7798d62e52
commit 5bb4672191
2 changed files with 5 additions and 2 deletions
+4 -1
View File
@@ -153,12 +153,15 @@
}
#app2 {
margin: auto;
width: 70%;
width: 80%;
}
#onesearch-header {
font-size: 10em;
margin-bottom: 0;
}
.form-width {
width: 100%;
}
.zero-margin {
margin: -2px;
}