Use the full width of the parent box and drop the unnecessarily bigger
margin.
Signed-off-by: Peter Krempa <pkrempa(a)redhat.com>
---
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