docs/theme: Add bottom margin

This makes it look like it's a page on top of the background gradient
This commit is contained in:
Fabian Homborg 2021-01-26 09:10:42 +01:00
parent 4ac9924088
commit 75f197b28e

View file

@ -14,7 +14,7 @@ div#fmain {
background-color: #EEEEFA;
border-radius: 14px;
position: relative;
margin: 15px auto 0;
margin: 15px auto 15px;
-moz-box-shadow: 0 0 1px 1px #333;
-webkit-box-shadow: 0 0 1px 1px #333;
box-shadow: 0 0 5px 1px #333;