From 074e1c5785708cfdd5a093cb83bf12040bd06efb Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 15 Sep 2022 19:05:37 -0400 Subject: [PATCH] More vw conversion --- src/layouts/partials/full-width-cta.html | 2 +- src/static/css/style.css | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/src/layouts/partials/full-width-cta.html b/src/layouts/partials/full-width-cta.html index 0d4e8c8..59f9075 100644 --- a/src/layouts/partials/full-width-cta.html +++ b/src/layouts/partials/full-width-cta.html @@ -4,7 +4,7 @@ border-radius: 0px !important; font-family: "pp-neue-machina", sans-serif; text-transform: uppercase; - font-size: 38px; + font-size: 2vw; border-left: 2px solid #949494 !important; border-right: 2px solid #949494 !important; background-color: #1a1a1a !important; diff --git a/src/static/css/style.css b/src/static/css/style.css index 6e058b3..f2fa47e 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -124,7 +124,7 @@ li{ /* Extra-Large Screens*/ -@media only screen and (min-width: 1200px) { +/*@media only screen and (min-width: 1200px) {*/ h1{ font-size: 11.5vw; @@ -160,8 +160,6 @@ li{ p{ font-size: 20px; } - -} /* @media only screen and (min-width: 768px) and (max-width: 1200px) {