summaryrefslogtreecommitdiffhomepage
path: root/common/main.css
diff options
context:
space:
mode:
Diffstat (limited to 'common/main.css')
-rw-r--r--common/main.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/common/main.css b/common/main.css
index b43d7db..02efd72 100644
--- a/common/main.css
+++ b/common/main.css
@@ -618,6 +618,7 @@ li {
@media only screen and (max-width: 600px) {
+ /* general layout changes for mobile */
ul {
padding-left: 8px;
}
@@ -633,4 +634,8 @@ li {
width: 100%;
}
+ #itchioframe iframe {
+ max-width: calc(100vw - 20px);
+ }
+
} \ No newline at end of file