summaryrefslogtreecommitdiffhomepage
path: root/common/main.css
diff options
context:
space:
mode:
authorDennis Meinen <[email protected]>2023-01-31 23:16:54 +0100
committerDennis Meinen <[email protected]>2023-01-31 23:16:54 +0100
commit808db0fd9841722f211fdddec5dc0785b71ba35b (patch)
tree8690f4092fc10f9cfbe9a0839530f1b759e5e10f /common/main.css
parent46e03dd458f5e3ee4ee53fda639a43780962a79b (diff)
downloadraylib.com-808db0fd9841722f211fdddec5dc0785b71ba35b.tar.gz
raylib.com-808db0fd9841722f211fdddec5dc0785b71ba35b.zip
Added comment and gave the Itch.io iframe a max-width of screenwidth - 20 pixels.
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