]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
css: mobile: Make colums in "3 column" mobile layout wider
authorPeter Krempa <pkrempa@redhat.com>
Tue, 16 May 2023 15:09:00 +0000 (17:09 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 17 May 2023 14:54:23 +0000 (16:54 +0200)
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>
docs/css/mobile.css

index 43ca7ca482e03c79d4cf715fa149c9d46a10b7cf..daa459352b151f92c3b9b746b858dcb7e3e94627 100644 (file)
@@ -92,7 +92,8 @@
     #knowledge-base section,
     #knowledge-base .section,
     div.panel {
-       width: 80%;
+       width: 100%;
+       margin-left: 0px;
        float: none;
        margin-bottom: 2em;
     }