Skip to content

Commit cb342b1

Browse files
fix: adjust overall typography
Signed-off-by: Bryan Behrenshausen <bryan.behrenshausen@sas.com>
1 parent d833749 commit cb342b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/sassoftware.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ html {
4949

5050
html { font-family: Anova, sans-serif; }
5151
@media (min-width: 1100px) {
52-
html { font-size: 61.5%; }
52+
html { font-size: 69%; }
5353
}
5454
@media (max-width: 1101px) {
55-
html { font-size: 53.5%; }
55+
html { font-size: 59%; }
5656
}
5757

5858
body { font-weight: normal; color: var(--text-color-normal); background-color: var(--background-color); }

0 commit comments

Comments
 (0)