From 808db0fd9841722f211fdddec5dc0785b71ba35b Mon Sep 17 00:00:00 2001 From: Dennis Meinen Date: Tue, 31 Jan 2023 23:16:54 +0100 Subject: Added comment and gave the Itch.io iframe a max-width of screenwidth - 20 pixels. --- common/main.css | 5 +++++ 1 file changed, 5 insertions(+) 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 -- cgit v1.2.3