diff options
| author | Dennis Meinen <[email protected]> | 2023-01-31 22:55:03 +0100 |
|---|---|---|
| committer | Dennis Meinen <[email protected]> | 2023-01-31 22:55:03 +0100 |
| commit | 46e03dd458f5e3ee4ee53fda639a43780962a79b (patch) | |
| tree | 08d2b7776546fcda31aafe65024f8abf6ca0c008 /common | |
| parent | 799d020cbd5da615a49c940aad025cafc45f96b6 (diff) | |
| download | raylib.com-46e03dd458f5e3ee4ee53fda639a43780962a79b.tar.gz raylib.com-46e03dd458f5e3ee4ee53fda639a43780962a79b.zip | |
Added a few quick fixes to line up the mobile layout.
Diffstat (limited to 'common')
| -rw-r--r-- | common/main.css | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/common/main.css b/common/main.css index 1e4a060..b43d7db 100644 --- a/common/main.css +++ b/common/main.css @@ -614,4 +614,23 @@ li { #raylibtech>a>img:hover { filter: contrast(180%); +} + +@media only screen and (max-width: 600px) { + + ul { + padding-left: 8px; + } + + #platforms, #bindings, #extralibs, #raylibtech { + text-align: center; + } + .content { + padding: 30px 10px 0; + } + + .architecture-image-container img { + width: 100%; + } + }
\ No newline at end of file |
