Skip to content

Commit be1e330

Browse files
Full screen image size calculated differently (home page).
Added some images which could be used for header background in about page.
1 parent 442e10a commit be1e330

7 files changed

+2
-1
lines changed

_sass/style.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ a {
8585

8686
/*Here I need to move the background image to slide under the navigation*/
8787
/*Any smarter solutions are welcome!*/
88+
8889
.navigation__content {
8990
@extend .page__background-img-container;
9091
margin-top: -66px;
@@ -94,7 +95,7 @@ a {
9495
}
9596

9697
.navigation__background-img {
97-
height: 100.5vh;
98+
height: calc(100vh + 2px);
9899
width: 100%;
99100
}
100101

222 KB
Loading
169 KB
Loading
550 KB
Loading
35.8 KB
Loading
81.6 KB
Loading
112 KB
Loading

0 commit comments

Comments
 (0)