Skip to content

Commit

Permalink
iPad version
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante authored Oct 5, 2024
1 parent a4cd71f commit f18fce4
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ios/enable.html
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,19 @@
margin-left: 30px;
fill: currentColor;
}

/* Show on top on iPad */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
body {
align-items: start;
justify-content: center;
}
svg {
scale: 1 -1;
}
}
</style>
</head>
<body>
Expand Down

0 comments on commit f18fce4

Please sign in to comment.