From ff3a45b3ca34e0e460567ffda18111caf05862af Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 29 Oct 2018 00:11:42 +0000 Subject: [PATCH] Update style.scss --- assets/css/style.scss | 26 ++++++++++++-------------- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/assets/css/style.scss b/assets/css/style.scss index d298838..b9fe948 100644 --- a/assets/css/style.scss +++ b/assets/css/style.scss @@ -8,21 +8,8 @@ body { color: #333333; } -section { - display: table-cell; - width: 100%; - max-width: 100vw; - float: none; -} - -header { - display: table-cell; - position: relative; - width: 240px !important; - margin-right: 1em; -} - div.wrapper { + display: inline-flex; margin-left: none; margin-right: none; width: 100%; @@ -32,6 +19,17 @@ div.wrapper section p a code { color: rgb(38, 124, 185); } +section { + width: 100%; + max-width: 100vw; +} + +header { + position: relative; + width: 240px !important; + margin-right: 1em; +} + pre { overflow-x: scroll; }