From 82db6fb7659225dd3dd21ce4d885389ad484ba8e Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Tue, 16 May 2023 17:09:00 +0200 Subject: css: mobile: Make colums in "3 column" mobile layout wider MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Use the full width of the parent box and drop the unnecessarily bigger margin. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- docs/css/mobile.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/css/mobile.css b/docs/css/mobile.css index 43ca7ca482..daa459352b 100644 --- a/docs/css/mobile.css +++ b/docs/css/mobile.css @@ -92,7 +92,8 @@ #knowledge-base section, #knowledge-base .section, div.panel { - width: 80%; + width: 100%; + margin-left: 0px; float: none; margin-bottom: 2em; } -- cgit v1.2.1