Skip to content

Commit 002b414

Browse files
committed
fix (style) : declaration order
1 parent 439288a commit 002b414

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/scss/patterns/_hero.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
}
1818

1919
&__img {
20+
@include object-fit;
21+
2022
z-index: $zindex;
2123
position: absolute;
2224
top: 0;
@@ -25,7 +27,6 @@
2527
bottom: 0;
2628
height: 100%;
2729
width: 100%;
28-
@include object-fit();
2930
}
3031

3132
@include breakpoints(md) {

0 commit comments

Comments
 (0)