From bf8653fdcb8903685229c4037671af4bff8a8639 Mon Sep 17 00:00:00 2001 From: s-ol Date: Mon, 9 Dec 2019 14:29:23 +0100 Subject: WIP --- scss/_browser.scss | 8 ++++++++ scss/_content.scss | 6 +++++- 2 files changed, 13 insertions(+), 1 deletion(-) (limited to 'scss') diff --git a/scss/_browser.scss b/scss/_browser.scss index adf9dd1..118842f 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -26,6 +26,14 @@ background: inherit; } + .subnav { + display: flex; + flex: 0; + background: $gray-darker; + border-bottom: 2px solid $gray-dark; + padding: 0.5em; + } + .content { margin: 0; padding: 0; diff --git a/scss/_content.scss b/scss/_content.scss index 51994a3..2bf6bbf 100644 --- a/scss/_content.scss +++ b/scss/_content.scss @@ -5,8 +5,12 @@ } .markdown { - max-width: 640px; position: relative; + max-width: 640px; + + &.wide { + max-width: max-content; + } } .markdown, -- cgit v1.2.3