From 854348e70fd3c0690dee498d6a7c03a0d74e6d60 Mon Sep 17 00:00:00 2001 From: Lev Kokotov Date: Wed, 16 Aug 2023 16:41:58 -0700 Subject: [PATCH] Hotfix: fonts are not responsive --- pgml-dashboard/static/css/scss/base/_typography.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pgml-dashboard/static/css/scss/base/_typography.scss b/pgml-dashboard/static/css/scss/base/_typography.scss index 55d03bb3e..e837ff600 100644 --- a/pgml-dashboard/static/css/scss/base/_typography.scss +++ b/pgml-dashboard/static/css/scss/base/_typography.scss @@ -4,12 +4,12 @@ .display-2 {font-weight: 700; font-size: 4rem; line-height: 80px;} // TODO: Go through html and ensure headers use appropriate header class, header and class do not need to match. -.h1 {font-weight: 700; font-size: 64px; line-height: 72px;} -.h2 {font-weight: 700; font-size: 48px; line-height: 54px;} -.h3 {font-weight: 700; font-size: 40px; line-height: 46px;} -.h4 {font-weight: 700; font-size: 32px; line-height: 40px;} -.h5 {font-weight: 700; font-size: 28px; line-height: 34px;} -.h6 {font-weight: 700; font-size: 24px; line-height: 30px;} +// .h1 {font-weight: 700; font-size: 64px; line-height: 72px;} +// .h2 {font-weight: 700; font-size: 48px; line-height: 54px;} +// .h3 {font-weight: 700; font-size: 40px; line-height: 46px;} +// .h4 {font-weight: 700; font-size: 32px; line-height: 40px;} +// .h5 {font-weight: 700; font-size: 28px; line-height: 34px;} +// .h6 {font-weight: 700; font-size: 24px; line-height: 30px;} .subcopy-text {font-size: 18px; line-height: 22px} .body-text {font-size: 16px; line-height: 20px}