Skip to content

Commit 088181e

Browse files
authored
Merge pull request #228 from vdvibhu20/content-section-is-high
fix: content-section floating up
2 parents 5812dd5 + 266b9a4 commit 088181e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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: -100px;
4+
margin-top: -50px;
55

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

0 commit comments

Comments
 (0)