Skip to content

Commit 0ec73be

Browse files
authored
update
1 parent 1d7ae23 commit 0ec73be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_sass/minimal-mistakes-plus/vendor/breakpoint/_breakpoint.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ $breakpoint: () !default;
8080
}
8181

8282
$vertical-query-string: str-replace($query-string, "width", "height");
83-
&:is(.vertical, .vertical *) {
83+
&:is(html.vertical, html.vertical *) {
8484
@media #{$vertical-query-string} {
8585
@content;
8686
}
@@ -93,7 +93,7 @@ $breakpoint: () !default;
9393
}
9494

9595
$vertical-query-string: str-replace($query-string, "height", "width");
96-
&:is(.vertical, .vertical *) {
96+
&:is(html.vertical, html.vertical *) {
9797
@media #{$vertical-query-string} {
9898
@content;
9999
}

0 commit comments

Comments
 (0)