Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit f390338

Browse files
author
dpatanin
committed
adjust backgorund image
1 parent 00ed9c7 commit f390338

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

gatsby-config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ module.exports = {
3232
// },
3333
{
3434
name: 'Contact',
35-
link: '/contact',
35+
// link: '/contact',
36+
link: 'https://www.securecodebox.io/',
3637
},
3738
],
3839
},

src/scss/pages/_home.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
background-position: 49px -40px;
66
@include media-breakpoint-up(sm) {
77
background-size: 90%;
8-
background-position: 159px -40px;
8+
background-position: 159px 30px;
99
}
1010
@include media-breakpoint-up(md) {
1111
background-size: 70%;
12-
background-position: 100% -50px;
12+
background-position: 100% -100px;
1313
}
1414
@include media-breakpoint-up(lg) {
1515
background-size: 60%;
16-
background-position: 100% -70px;
16+
background-position: 106% 70px;
1717
}
1818
}

src/scss/style.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
// Components
4646
@import 'components/page';
4747
@import 'components/header';
48-
@import 'components/header-sticky';
4948
@import 'components/footer';
5049
@import 'components/sub-footer';
5150
@import 'components/logo';

0 commit comments

Comments
 (0)