mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-31 17:07:27 +08:00
docs/theme: Limit fmain width
This causes it to be centered when the screen is large
This commit is contained in:
parent
159c2aae1f
commit
c39c985512
@ -19,6 +19,8 @@ div#fmain {
|
||||
-webkit-box-shadow: 0 0 1px 1px #333;
|
||||
box-shadow: 0 0 5px 1px #333;
|
||||
width: 85%;
|
||||
/* This is super-cheesy, but 1270px is the maximum width of the sidebar, the content and the margins */
|
||||
max-width: 1270px;
|
||||
}
|
||||
|
||||
div.related {
|
||||
|
Loading…
x
Reference in New Issue
Block a user