Skip to content

Commit 266b9a4

Browse files
committed
fix: content-section floating up
1 parent 5812dd5 commit 266b9a4

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)