From: Peter Krempa Date: Tue, 16 May 2023 15:09:00 +0000 (+0200) Subject: css: mobile: Make colums in "3 column" mobile layout wider X-Git-Tag: v9.4.0-rc1~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82db6fb7659225dd3dd21ce4d885389ad484ba8e;p=thirdparty%2Flibvirt.git css: mobile: Make colums in "3 column" mobile layout wider Use the full width of the parent box and drop the unnecessarily bigger margin. Signed-off-by: Peter Krempa Reviewed-by: Ján Tomko --- 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; }