Fix House index position when ending with 1
This commit is contained in:
@@ -216,6 +216,11 @@
|
||||
transform: translate3d(calc(-8% - var(--offset)), 0, 0);
|
||||
}
|
||||
}
|
||||
&.has-one-end {
|
||||
@include bp (sm) {
|
||||
transform: translate3d(calc(-15% - var(--offset)), 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user