adjust width to match current width of hero image

This commit is contained in:
akcodez
2025-02-03 16:07:49 -08:00
parent 3de3664c43
commit 1b20a47646
2 changed files with 5 additions and 5 deletions

View File

@@ -33,8 +33,7 @@
}
#home-hero-graphic {
width: 100%;
max-width: 856px;
width: 856px;
object-fit: cover;
content: url("../img/home-hero.svg");
@@ -63,7 +62,7 @@
}
#advanced-features {
$feature-cards: ("pink-purple", "neutral-blue", "light-green", "orange", "purple-blue-2");
$feature-cards: [ "pink-purple", "neutral-blue", "light-green", "orange", "purple-blue-2"];
@for $i from 1 through 5 {
.card:nth-child(#{$i}) .card-footer {
@@ -73,7 +72,8 @@
}
#get-started {
$gs-cards: ("orange-yellow", "magenta-orange", "purple-blue-green", "light-blue", "green-blue");
$gs-cards: [ "orange-yellow", "magenta-orange", "purple-blue-green",
"light-blue", "green-blue"];
@for $i from 1 through 5 {
.card:nth-child(#{$i}) .card-footer {