diff options
Diffstat (limited to 'scss')
| -rw-r--r-- | scss/_browser.scss | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scss/_browser.scss b/scss/_browser.scss index 47be262..f39e1df 100644 --- a/scss/_browser.scss +++ b/scss/_browser.scss @@ -42,6 +42,14 @@ flex: 1; } } + + .children { + margin: 0; + padding: 1em; + + align-self: stretch; + background: $gray-darker; + } } nav { |
