diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2018-07-16 06:19:19 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2018-07-16 06:19:19 +0900 |
| commit | 168d13d6e687b87906b2dfd8f7206d03cec32bdc (patch) | |
| tree | c0564e9ebe3ce92f0154c9e009b7c9b5c1b65178 /src/docs/style.styl | |
| parent | Update docs (diff) | |
| download | sharkey-168d13d6e687b87906b2dfd8f7206d03cec32bdc.tar.gz sharkey-168d13d6e687b87906b2dfd8f7206d03cec32bdc.tar.bz2 sharkey-168d13d6e687b87906b2dfd8f7206d03cec32bdc.zip | |
Improve docs
Diffstat (limited to 'src/docs/style.styl')
| -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 d31da7e8ee..95b5b0da52 100644 --- a/src/docs/style.styl +++ b/src/docs/style.styl @@ -7,7 +7,7 @@ body word-break break-word main - margin 0 0 0 300px + margin 0 0 0 330px padding 64px width 100% max-width 800px @@ -53,7 +53,7 @@ nav z-index 10000 top 0 left 0 - width 300px + width 330px height 100% overflow auto padding 32px |