Skip to content

Commit 3675f42

Browse files
committed
v2.2.1
1 parent a679aff commit 3675f42

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
html,
3232
body {
3333
height: 100%;
34+
background: #0a0a0a;
3435
}
3536

3637
body {
@@ -189,6 +190,15 @@
189190
max-width: 100vw;
190191
}
191192
}
193+
@media (orientation: portrait) {
194+
html {
195+
font-size: 80%;
196+
}
197+
body {
198+
padding-left: 2rem;
199+
padding-right: 2rem;
200+
}
201+
}
192202
</style>
193203
<script>
194204
'use strict';

0 commit comments

Comments
 (0)