diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-18 00:55:33 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-18 00:55:33 +0900 |
| commit | 1767f54fed8aff7546f0edf046541bde9eedcbfe (patch) | |
| tree | e8a2b37172996212a376d15ba0059672ecaa1f35 /src/docs | |
| parent | Merge branch 'master' of https://github.com/syuilo/misskey (diff) | |
| download | sharkey-1767f54fed8aff7546f0edf046541bde9eedcbfe.tar.gz sharkey-1767f54fed8aff7546f0edf046541bde9eedcbfe.tar.bz2 sharkey-1767f54fed8aff7546f0edf046541bde9eedcbfe.zip | |
:art:
Diffstat (limited to 'src/docs')
| -rw-r--r-- | src/docs/style.styl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/docs/style.styl b/src/docs/style.styl index 33c461a724..a7482052de 100644 --- a/src/docs/style.styl +++ b/src/docs/style.styl @@ -9,8 +9,8 @@ body main margin 0 0 0 330px padding 64px - width 100% - max-width 820px + width 850px + max-width calc(100% - 330px) section margin 32px 0 |