From 7c2667b7c4f6422e31babfbb76065f3927179ee2 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Fri, 28 Oct 2022 15:52:39 -0400 Subject: [PATCH] Additional styling checks --- src/layouts/partials/clipboard-copy.html | 10 ++++++---- src/static/css/homepage.css | 6 +++++- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/src/layouts/partials/clipboard-copy.html b/src/layouts/partials/clipboard-copy.html index 43d6739..ec85fd9 100644 --- a/src/layouts/partials/clipboard-copy.html +++ b/src/layouts/partials/clipboard-copy.html @@ -102,8 +102,12 @@ @media only screen and (min-width: 576px) and (max-width: 768px) { + .button-container{ + padding: 0vw 8vw !important; + } + .one-liner{ - width: 85%; + width: 77%; padding: 5vw 4vw; border-radius: 0px; border: none; @@ -112,19 +116,17 @@ color:#ffffff; font-size: 3.5vw; border-left: 2px solid #949494; - border-right: 2px solid #949494; } .one-liner:focus{ border:none; outline: none; border-left: 2px solid #949494; - border-right: 2px solid #949494; } .clipboard-copy{ padding: 5vw 4vw; - width: 14%; + width: 20%; font-family: "pp-neue-machina"; color:#ffffff; font-size: 3.5vw; diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index be86085..81ff582 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -61,7 +61,7 @@ .container{ max-width: 1920px; - padding: 4.185vw 8.371vw 4.185vw 8.371vw; + padding: 4.185vw 6.510vw 4.185vw 6.510vw; } } @@ -339,6 +339,10 @@ mark{ padding-left: 4vw; } + .lead-text-container{ + padding: 0px !important; + } + .hero-container{ /* background-image: url("/Images/small-grid.svg");