[PATCH 09/12] css: mobile: Make colums in "3 column" mobile layout wider

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Use the full width of the parent box and drop the unnecessarily bigger
margin.

Signed-off-by: Peter Krempa <pkrempa@xxxxxxxxxx>
---
 docs/css/mobile.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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;
     }
-- 
2.40.1




[Index of Archives]     [Virt Tools]     [Libvirt Users]     [Lib OS Info]     [Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Big List of Linux Books]     [Yosemite News]     [KDE Users]     [Fedora Tools]

  Powered by Linux