Skip to content

Commit 6ca24d5

Browse files
authored
Merge pull request #230 from vdvibhu20/content-section-is-high
fix: content-section margin-top
2 parents 088181e + 219eb28 commit 6ca24d5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

sass/styles/media-query/media.content-section.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,8 @@
7171
}
7272
}
7373

74+
@media all and (max-width: 575px) {
75+
.o-content-section{
76+
margin-top: -50px;
77+
}
78+
}

sass/styles/objects/o-content/o-content.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.o-content-section{
22
background-color: $vp-background;
33
height: 100vh;//set according to height of navbar;
4-
margin-top: -50px;
4+
margin-top: -100px;
55

66
.header{
77
@include dimensions(100%, 100%);

0 commit comments

Comments
 (0)