Skip to content

Commit 181bcd1

Browse files
authored
_header.scss: Fix Dart Sass warning (#3915)
1 parent fe0db7e commit 181bcd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/css/page-modules/_header.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ header {
102102
pointer-events: none;
103103
border-top-color: $node-gray;
104104
border-width: $border-width;
105-
margin-left: -$border-width / 2;
105+
margin-left: -$border-width * .5;
106106
}
107107

108108
&.active:first-child::after {

0 commit comments

Comments
 (0)