From ef57e615fcd0b7193d8682af68e80cb24fbd7962 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Thu, 13 Oct 2022 15:40:48 -0400 Subject: [PATCH] Adjusted footer links for mobile --- src/static/css/typography.css | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) diff --git a/src/static/css/typography.css b/src/static/css/typography.css index fae0977..a3244c9 100644 --- a/src/static/css/typography.css +++ b/src/static/css/typography.css @@ -93,7 +93,7 @@ li{ margin-bottom: 2.232vw; } - p,a{ + p{ font-size: 1.116vw; } @@ -134,7 +134,7 @@ li{ margin-bottom: 2.232vw; } - p,a{ + p{ font-size: 1.667vw; } } @@ -173,7 +173,7 @@ li{ line-height: 3vw !important; } - p,a{ + p{ font-size: 2.016vw; } @@ -209,7 +209,7 @@ li{ margin-bottom: 40px; } - p,a{ + p{ font-size: 20px; } @@ -242,8 +242,18 @@ li{ line-height: 6vw !important; } - p,a{ + p{ font-size: 4vw; } + a.nav-link.footer-link.small{ + font-size: 3vw; + padding-left: 0px !important; + padding-right: 2.232vw !important; + } + + ul.nav.justify-content-end{ + justify-content: flex-start !important; + } + }