From e155e098cd86e9878a4724028d6b7d05efd600df Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Tue, 3 Aug 2021 22:55:20 +0000 Subject: [PATCH] Add title shadow and mobile padding --- sass/custom/_landingpage.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sass/custom/_landingpage.scss b/sass/custom/_landingpage.scss index fdbb5fe644b..1a6f53f8b04 100644 --- a/sass/custom/_landingpage.scss +++ b/sass/custom/_landingpage.scss @@ -35,6 +35,7 @@ $ha__primary_color: #03a9f4; line-height: 55px; text-align: center; color: #ffffff; + text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75); bottom: 226px; svg { stroke: $ha__primary_color; @@ -865,7 +866,7 @@ $ha__primary_color: #03a9f4; $landingpage__hero_height: 500px; #landingpage { .site-header { - background-color: #ffffff66; + background-color: #ffffffe8; transition: background 0.5s; ul { @@ -911,7 +912,7 @@ $ha__primary_color: #03a9f4; .section-content { width: 100%; - padding: 32px 4px; + padding: 32px 8px; .header { width: 100%;