half pixel line on firefox preview on single
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user