diff options
| author | Dennis Meinen <[email protected]> | 2023-01-31 23:16:54 +0100 |
|---|---|---|
| committer | Dennis Meinen <[email protected]> | 2023-01-31 23:16:54 +0100 |
| commit | 808db0fd9841722f211fdddec5dc0785b71ba35b (patch) | |
| tree | 8690f4092fc10f9cfbe9a0839530f1b759e5e10f /common/main.css | |
| parent | 46e03dd458f5e3ee4ee53fda639a43780962a79b (diff) | |
| download | raylib.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.css | 5 |
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 |
