From ad72378d99d241afb65a75a8a12fe21f967da071 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Wed, 28 Sep 2022 19:12:07 -0400 Subject: [PATCH] Typographic adjustments for mobile breakpoints => partners section --- src/static/css/buttons.css | 10 +++++----- src/static/css/homepage.css | 8 ++++++++ src/static/css/typography.css | 2 +- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/static/css/buttons.css b/src/static/css/buttons.css index 0dc6da2..3ab270d 100644 --- a/src/static/css/buttons.css +++ b/src/static/css/buttons.css @@ -439,22 +439,22 @@ padding-top: 0.279vw; text-decoration: none; text-transform: uppercase; - width: 50vw; - height: 10vw; + width: 100%; + height: 14vw; transition: 0.2s ease-in-out; } .detail-btn-large:hover{ background-color: #8000ff; - box-shadow: inset 0vw 0vw 0vw 1vw #1a1a1a !important; + box-shadow: inset 0vw 0vw 0vw 1.25vw #1a1a1a !important; } /* Icon Styling */ .detail-btn-large .icon-enter-arrow{ display: inline-block; - position: relaitve; - margin-right: 0.558vw; + position: relative; + margin-right: 2vw; transition: 0.2s ease-in-out; } diff --git a/src/static/css/homepage.css b/src/static/css/homepage.css index eb47779..c9b08e8 100644 --- a/src/static/css/homepage.css +++ b/src/static/css/homepage.css @@ -397,6 +397,14 @@ hr{ margin-bottom: -2.232vw; } + .partners{ + padding: 4vw !important; + } + + .footer{ + padding: 4vw !important; + } + } @media only screen and (min-width: 576px) { diff --git a/src/static/css/typography.css b/src/static/css/typography.css index 4dd6a36..d9f7250 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -223,7 +223,7 @@ li{ } h2{ - font-size: 4rem; + font-size: 14vw; line-height: 5rem; }