Skip to content

Commit 3a7944b

Browse files
authored
Hotfix: fonts are not responsive (#930)
1 parent 59989ab commit 3a7944b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pgml-dashboard/static/css/scss/base/_typography.scss

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
.display-2 {font-weight: 700; font-size: 4rem; line-height: 80px;}
55

66
// TODO: Go through html and ensure headers use appropriate header class, header and class do not need to match.
7-
.h1 {font-weight: 700; font-size: 64px; line-height: 72px;}
8-
.h2 {font-weight: 700; font-size: 48px; line-height: 54px;}
9-
.h3 {font-weight: 700; font-size: 40px; line-height: 46px;}
10-
.h4 {font-weight: 700; font-size: 32px; line-height: 40px;}
11-
.h5 {font-weight: 700; font-size: 28px; line-height: 34px;}
12-
.h6 {font-weight: 700; font-size: 24px; line-height: 30px;}
7+
// .h1 {font-weight: 700; font-size: 64px; line-height: 72px;}
8+
// .h2 {font-weight: 700; font-size: 48px; line-height: 54px;}
9+
// .h3 {font-weight: 700; font-size: 40px; line-height: 46px;}
10+
// .h4 {font-weight: 700; font-size: 32px; line-height: 40px;}
11+
// .h5 {font-weight: 700; font-size: 28px; line-height: 34px;}
12+
// .h6 {font-weight: 700; font-size: 24px; line-height: 30px;}
1313

1414
.subcopy-text {font-size: 18px; line-height: 22px}
1515
.body-text {font-size: 16px; line-height: 20px}

0 commit comments

Comments
 (0)