commit: 1687d7de2e35afb7d8f31671e8d73b797d717bb1
parent: 4448f36f62fe4c71fb7b0e3ab912e9bc68a597e8
Author: Roger Braun <roger@rogerbraun.net>
Date: Sun, 15 Jan 2017 19:27:23 +0100
Add some half-transparent border under main content.
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git 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 {