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 5 additions and 0 deletions

Binary file not shown.

Binary file not shown.

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;