mirror of
https://github.com/Spythere/pojazdownik.git
synced 2026-05-03 11:45:34 +00:00
fix(responsive): wrong attribute for mid screen landscape responsiveness
This commit is contained in:
@@ -14,7 +14,7 @@ $breakpointSm: 550px;
|
|||||||
}
|
}
|
||||||
|
|
||||||
@mixin midScreenLandscape() {
|
@mixin midScreenLandscape() {
|
||||||
@media only screen and (orientation: landscape) and (max-device-height: $breakpointMd) {
|
@media only screen and (orientation: landscape) and (max-width: $breakpointMd) {
|
||||||
@content;
|
@content;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user