Skip to content

Commit 1b20a47

Browse files
committed
adjust width to match current width of hero image
1 parent 3de3664 commit 1b20a47

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/_pages.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
}
3434

3535
#home-hero-graphic {
36-
width: 100%;
37-
max-width: 856px;
36+
width: 856px;
3837
object-fit: cover;
3938
content: url("../img/home-hero.svg");
4039

@@ -63,7 +62,7 @@
6362
}
6463

6564
#advanced-features {
66-
$feature-cards: ("pink-purple", "neutral-blue", "light-green", "orange", "purple-blue-2");
65+
$feature-cards: [ "pink-purple", "neutral-blue", "light-green", "orange", "purple-blue-2"];
6766

6867
@for $i from 1 through 5 {
6968
.card:nth-child(#{$i}) .card-footer {
@@ -73,7 +72,8 @@
7372
}
7473

7574
#get-started {
76-
$gs-cards: ("orange-yellow", "magenta-orange", "purple-blue-green", "light-blue", "green-blue");
75+
$gs-cards: [ "orange-yellow", "magenta-orange", "purple-blue-green",
76+
"light-blue", "green-blue"];
7777

7878
@for $i from 1 through 5 {
7979
.card:nth-child(#{$i}) .card-footer {

0 commit comments

Comments
 (0)