Skip to content

Commit 844c12b

Browse files
Remove reference to unsused class is-max-desktop (#562)
1 parent 253a456 commit 844c12b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

assets/theme-css/bulma.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212
}
1313
}
1414
@media screen and (min-width: 1216px) {
15-
.container:not(.is-max-desktop) {
15+
.container {
1616
max-width: 1152px;
1717
}
1818
}
1919
@media screen and (min-width: 1408px) {
20-
.container:not(.is-max-desktop):not(.is-max-widescreen) {
20+
.container:not(.is-max-widescreen) {
2121
max-width: 1344px;
2222
}
2323
}

0 commit comments

Comments
 (0)