mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-11 19:31:15 -03: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user