diff options
| author | Roger Braun <roger@rogerbraun.net> | 2017-01-15 19:27:23 +0100 |
|---|---|---|
| committer | Roger Braun <roger@rogerbraun.net> | 2017-01-15 19:27:23 +0100 |
| commit | 1687d7de2e35afb7d8f31671e8d73b797d717bb1 (patch) | |
| tree | 5811215d41d6d22bfa04c55cbe8a1c2f801aefff /src | |
| parent | 4448f36f62fe4c71fb7b0e3ab912e9bc68a597e8 (diff) | |
Add some half-transparent border under main content.
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/App.scss b/src/App.scss index 377c6297..85757bce 100644 --- a/src/App.scss +++ b/src/App.scss @@ -111,6 +111,9 @@ main-router { #content { margin: auto; max-width: 920px; + border-radius: 1em; + padding-bottom: 1em; + background-color: rgba(0,0,0,0.1); } .media-left { |
