Skip to content

Commit f18fce4

Browse files
authored
iPad version
1 parent a4cd71f commit f18fce4

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

ios/enable.html

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,19 @@
4040
margin-left: 30px;
4141
fill: currentColor;
4242
}
43+
44+
/* Show on top on iPad */
45+
@media only screen
46+
and (min-device-width : 768px)
47+
and (max-device-width : 1024px) {
48+
body {
49+
align-items: start;
50+
justify-content: center;
51+
}
52+
svg {
53+
scale: 1 -1;
54+
}
55+
}
4356
</style>
4457
</head>
4558
<body>

0 commit comments

Comments
 (0)