From 6a116ff02d1e99fe0caf8852488d2da80c971c34 Mon Sep 17 00:00:00 2001 From: Tyler Lawson Date: Mon, 18 Jan 2021 21:54:02 -0500 Subject: updated link size --- assets/main.scss | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/assets/main.scss b/assets/main.scss index 88ec8f3..62ad1e2 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -6,7 +6,7 @@ $white: #fff; $breakpoints: ( phone: 450px, tablet: 768px, - desktop: 1024px, + desktop: 1024px ); body { @@ -37,8 +37,8 @@ h3 { margin-bottom: 0; } - -p, h3 { +p, +h3 { margin-top: 0; margin-bottom: 0.25rem; } @@ -71,14 +71,11 @@ ul { display: -ms-flexbox; display: flex; -webkit-box-pack: justify; - -ms-flex-pack: justify; - justify-content: space-between; + -ms-flex-pack: justify; + justify-content: space-between; } a { - color: $black; - display: inline-block; - font-size: 16px; text-decoration: none; } @@ -87,6 +84,12 @@ header { margin-bottom: 15px; padding-bottom: 15px; + a { + color: $black; + display: inline-block; + font-size: 16px; + } + .page-title { display: flex; justify-content: space-between; @@ -107,7 +110,8 @@ header { position: relative; width: 790px; - &::before, &::after { + &::before, + &::after { background: transparent; bottom: 12px; box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3); -- cgit v1.2.3