Skip to content

Commit 6543d96

Browse files
committed
Update src/components/Header.vue
Replaced '-gutter / 2' with 'calc(-gutter / 2)'
1 parent 4d5aeec commit 6543d96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Header.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
height: 27px;
5353
margin-top: 16px;
5454
margin-left: 15px;
55-
margin-right: $stage-gutter/2;
55+
margin-right: calc($stage-gutter/2);
5656
}
5757
}
5858
</style>

0 commit comments

Comments
 (0)