Skip to content

Commit 8f1da02

Browse files
committed
Hero banner option 3
1 parent f3bc898 commit 8f1da02

File tree

5 files changed

+25169
-2
lines changed

5 files changed

+25169
-2
lines changed

_sass/_additions.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,15 @@ h1, h2, h3, h4, h5, h6 {
158158
background-repeat: repeat-x;
159159
background-position: center center;
160160
border-top: none;
161+
}
162+
163+
.site-header {
164+
background-image: $header-background-image;
165+
background-repeat: repeat-x;
166+
background-position: center center;
167+
border-top: none;
168+
}
169+
170+
.site-header .wrapper {
171+
background: $header-background-color;
161172
}

_sass/_layout.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@
269269
background-repeat: no-repeat;
270270
background-position: center center;
271271
background-color: $hero-background-color;
272-
background-image: url('/images/hero-banner2.svg');
272+
background-image: url('/images/hero-banner3.svg');
273273
background-size: cover;
274274
height: 350px;
275275
@include media-query($on-laptop) {

css/main.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ $on-palm: 600px;
3131
$on-laptop: 800px;
3232

3333
$header-background-color: #6b2c91; /* #272e38;*/
34-
$header-background-image: url('/images/bg.png');
34+
$header-background-image: url('/images/tools-square-purple.svg'); /* bg.png */
3535
$header-text-color: #fff;
3636

3737
// Additional variables with reskin to match business cards

0 commit comments

Comments
 (0)