half pixel line on firefox preview on single

This commit is contained in:
infeeeee
2019-10-04 16:46:54 +02:00
parent 1c50dbe6bf
commit 4a6741bcb7
2 changed files with 2 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1900,6 +1900,7 @@ $padd: 2rem;
width: calc(100vw - #{$h-unit-1});
bottom: unset !important;
height: $h-unit-1;
height: calc(#{$h-unit-1} - 0.5px);
position: relative;
align-self: flex-end;
display: flex;