From 12ad9eb5f761733270ec53b3468db122b28072f1 Mon Sep 17 00:00:00 2001 From: Achilles Moraites Date: Mon, 3 Dec 2018 11:57:13 +0200 Subject: [PATCH] fix: site width is increasing for no reason (#34313) --- client/src/pages/learn.css | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/client/src/pages/learn.css b/client/src/pages/learn.css index 4ba0e7031e..6fd8f19082 100644 --- a/client/src/pages/learn.css +++ b/client/src/pages/learn.css @@ -15,4 +15,17 @@ .learn-page-wrapper p { margin-bottom: 0.75rem; -} \ No newline at end of file +} + +#learn-app-wrapper { + margin: 0 2em; + position: absolute; + width: 100%; + right: -1.4em; + padding: 5px 10px 5px 10px; +} + +.reflex-layout.reflex-container.vertical { + width: 100%; + margin: 0 18px; +}