From b3d3f785af66f09f34e7170ce89b74a4b8032e56 Mon Sep 17 00:00:00 2001 From: leency Date: Thu, 2 Dec 2021 23:46:27 +0000 Subject: [PATCH] website: better mobile support git-svn-id: file:///var/kolibrios-org-repos@39 ae7b2cb0-843d-483b-9e9e-b8a90ea88d30 --- style.css | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 9efaad2..0704533 100644 --- a/style.css +++ b/style.css @@ -252,11 +252,22 @@ iframe { /* Adaptive coding */ @media (max-width:1280px) { + #menu { + position: static; + } #show { margin-left: 0; border-radius: 0; left: 0; - top: 55px; + top: 0; + border: none; + } + #carousel { + width: auto; + padding: 0 11px; + } + #article { + margin-top: 20px; } }