mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
docs: Make a bit wider
85% and smaller margins - we were wasting a bit too much space there [ci skip]
This commit is contained in:
parent
fdae48fa0e
commit
e46995d764
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ div#fmain {
|
|||
background-color: #EEEEFA;
|
||||
border-radius: 14px;
|
||||
position: relative;
|
||||
margin: 25px auto 0;
|
||||
margin: 15px auto 0;
|
||||
-moz-box-shadow: 0 0 1px 1px #333;
|
||||
-webkit-box-shadow: 0 0 1px 1px #333;
|
||||
box-shadow: 0 0 5px 1px #333;
|
||||
width: 80%;
|
||||
width: 85%;
|
||||
}
|
||||
|
||||
div.related {
|
||||
|
|
Loading…
Reference in a new issue