css: Increase font size of solutions headings.

11px is really just too small to be readable.
This commit is contained in:
Tim Abbott 2021-09-29 15:32:49 -07:00
parent 0e4aee48e9
commit ad6a175c95
1 changed files with 1 additions and 0 deletions

View File

@ -645,6 +645,7 @@ input.text-error {
&.nav-header {
background-color: transparent;
cursor: default;
font-size: 14px;
}
}