mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-14 14:03:58 +00:00
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:
parent
4ac9924088
commit
75f197b28e
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue