Reduce form text size

This commit is contained in:
jeremystretch
2021-08-13 09:56:06 -04:00
parent a72e23eddf
commit e1fbe89b41
3 changed files with 7 additions and 2 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -17,6 +17,11 @@ pre {
border-radius: $border-radius;
}
form,
.form-control {
font-size: 0.875rem;
}
// Force <small/> elements to make text smaller.
small {
font-size: smaller !important;