Skip to content

Commit 14e86b1

Browse files
committed
Fix Header padding-top
1 parent ccc2b51 commit 14e86b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Home.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default {
5858
color: $white;
5959
font-size: 16px;
6060
font-weight: 300;
61-
padding-top: 20px;
6261
@include sm {
6362
font-size: 16px;
6463
}
@@ -89,6 +88,7 @@ export default {
8988
}
9089
.z-index-wrapper {
9190
position: relative;
91+
padding-top: 20px;
9292
&_top {
9393
z-index: 2;
9494
background: $black;

0 commit comments

Comments
 (0)