Skip to content

Commit

Permalink
Update html5.php
Browse files Browse the repository at this point in the history
  • Loading branch information
KazukiPrzyborowski authored Oct 6, 2024
1 parent c4bbe7c commit 1a6b401
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup/html5.php
Original file line number Diff line number Diff line change
Expand Up @@ -230,12 +230,14 @@
@media (hover: none) and (orientation: portrait) {
body {
width: 200%; /* Make the body wider in portrait */
padding-right: 5%; /* Add padding to the right */
}
}

@media (hover: none) and (orientation: landscape) {
body {
width: 100%; /* Fit to the screen in landscape */
padding-right: 5%; /* Add padding to the right */
}
}
</style>
Expand Down

0 comments on commit 1a6b401

Please sign in to comment.