Skip to content

Commit c4aaabe

Browse files
authored
Sad media queries from google
1 parent f18fce4 commit c4aaabe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

ios/enable.html

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
}
4343

4444
/* Show on top on iPad */
45-
@media only screen
46-
and (min-device-width : 768px)
47-
and (max-device-width : 1024px) {
45+
@media screen and (min-device-width : 768px) {
4846
body {
4947
align-items: start;
5048
justify-content: center;

0 commit comments

Comments
 (0)