summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Krempa <pkrempa@redhat.com>2023-05-16 17:09:00 +0200
committerPeter Krempa <pkrempa@redhat.com>2023-05-17 16:54:23 +0200
commit82db6fb7659225dd3dd21ce4d885389ad484ba8e (patch)
treed9fe9fd3a470b9149d961802b24d9f75c05bf1b8
parent2b9d96fcac4e6c7f97c8cecbe2df18d4ea710cb8 (diff)
downloadlibvirt-82db6fb7659225dd3dd21ce4d885389ad484ba8e.tar.gz
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 <pkrempa@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com>
-rw-r--r--docs/css/mobile.css3
1 files changed, 2 insertions, 1 deletions
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;
}