Skip to content

Commit 1c48b77

Browse files
authored
Better iPad alignment
1 parent c4aaabe commit 1c48b77

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ios/enable.html

+4
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@
4343

4444
/* Show on top on iPad */
4545
@media screen and (min-device-width : 768px) {
46+
.content {
47+
margin-top: 20px;
48+
min-width: 45vw;
49+
}
4650
body {
4751
align-items: start;
4852
justify-content: center;

0 commit comments

Comments
 (0)