diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_browser.scss | 8 | ||||
| -rw-r--r-- | scss/_content.scss | 6 |
2 files changed, 13 insertions, 1 deletions
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, |
