Reduce form text size

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

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;