Fixed the issues with the custom fonts not being used (sometimes they are ignored if other options exist); Added more OpenSans options; Switched to OpenSans in the menus for clarity and size reasons; Fixed the menu closing on focus lost issues.

This commit is contained in:
2021-03-17 13:55:04 -07:00
parent 93292040f2
commit 2610b82439
12 changed files with 191 additions and 94 deletions

View File

@@ -541,8 +541,8 @@ pre code {
.container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
//padding-right: 15px;
//padding-left: 15px;
margin-right: auto;
margin-left: auto;
}