Skip to content

Commit 1dddcc1

Browse files
committed
lint
1 parent 33a4e9d commit 1dddcc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ input[type="checkbox" i]:checked {
318318
}
319319

320320
/* Large screen */
321-
@media (min-height: 600px) and (min-width: 936px), (min-width: 600px) and (min-height: 936px) {
321+
@media (height >= 600px) and (width >= 936px), (width >= 600px) and (height >= 936px) {
322322
.App {
323323
width: 50vmin;
324324
margin-left: auto;

0 commit comments

Comments
 (0)