We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33a4e9d commit 1dddcc1Copy full SHA for 1dddcc1
src/App.css
@@ -318,7 +318,7 @@ input[type="checkbox" i]:checked {
318
}
319
320
/* Large screen */
321
-@media (min-height: 600px) and (min-width: 936px), (min-width: 600px) and (min-height: 936px) {
+@media (height >= 600px) and (width >= 936px), (width >= 600px) and (height >= 936px) {
322
.App {
323
width: 50vmin;
324
margin-left: auto;
0 commit comments