From 1687d7de2e35afb7d8f31671e8d73b797d717bb1 Mon Sep 17 00:00:00 2001 From: Roger Braun Date: Sun, 15 Jan 2017 19:27:23 +0100 Subject: [PATCH] Add some half-transparent border under main content. --- src/App.scss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/App.scss b/src/App.scss index 377c629731..85757bcec4 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 {