Add title shadow and mobile padding

This commit is contained in:
Paulus Schoutsen 2021-08-03 22:55:20 +00:00
parent a5afb7b26d
commit e155e098cd

View File

@ -35,6 +35,7 @@ $ha__primary_color: #03a9f4;
line-height: 55px; line-height: 55px;
text-align: center; text-align: center;
color: #ffffff; color: #ffffff;
text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.75);
bottom: 226px; bottom: 226px;
svg { svg {
stroke: $ha__primary_color; stroke: $ha__primary_color;
@ -865,7 +866,7 @@ $ha__primary_color: #03a9f4;
$landingpage__hero_height: 500px; $landingpage__hero_height: 500px;
#landingpage { #landingpage {
.site-header { .site-header {
background-color: #ffffff66; background-color: #ffffffe8;
transition: background 0.5s; transition: background 0.5s;
ul { ul {
@ -911,7 +912,7 @@ $ha__primary_color: #03a9f4;
.section-content { .section-content {
width: 100%; width: 100%;
padding: 32px 4px; padding: 32px 8px;
.header { .header {
width: 100%; width: 100%;