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) {