mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 15:14:44 +00:00
Make a bit wider with less padding
This commit is contained in:
parent
68f099d804
commit
7555391790
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@ body {
|
|||
|
||||
div#fmain {
|
||||
color: #222;
|
||||
padding: 10px 40px 10px;
|
||||
padding: 1em 2em;
|
||||
background-color: #EEEEFA;
|
||||
border-radius: 14px;
|
||||
position: relative;
|
||||
margin: 1em auto 1em;
|
||||
box-shadow: 0 0 5px 1px #333;
|
||||
width: 85%;
|
||||
width: 90%;
|
||||
/* This is super-cheesy, but 1270px is the maximum width of the sidebar, the content and the margins */
|
||||
max-width: 1270px;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue