Skip to content
Snippets Groups Projects
Commit 1687d7de authored by lain's avatar lain
Browse files

Add some half-transparent border under main content.

parent 4448f36f
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment