This commit is contained in:
Kyle
2019-08-10 10:47:46 -07:00
parent 02b19796eb
commit de30c0c21b
2 changed files with 13 additions and 3 deletions

View File

@@ -15,7 +15,7 @@
<meta name="theme-color" content="#64ca2f">
<!-- Other things -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="minimal-ui, width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Here's the stuff that does things? -->
<script type='application/ld+json'>
{
@@ -127,6 +127,9 @@
.hidden {
display: none;
}
@viewport {
orientation: portrait;
}
</style>