From 46e03dd458f5e3ee4ee53fda639a43780962a79b Mon Sep 17 00:00:00 2001 From: Dennis Meinen Date: Tue, 31 Jan 2023 22:55:03 +0100 Subject: Added a few quick fixes to line up the mobile layout. --- common/main.css | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) 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 -- cgit v1.2.3