diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2017-12-19 13:19:06 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2017-12-19 13:19:06 +0900 |
| commit | aa9793974173bf030c6b52f0d96770d0cff055fd (patch) | |
| tree | c1ed40cd0cf817308de0330e75ed069a5dc57fa2 /src/web/docs | |
| parent | :v: (diff) | |
| download | sharkey-aa9793974173bf030c6b52f0d96770d0cff055fd.tar.gz sharkey-aa9793974173bf030c6b52f0d96770d0cff055fd.tar.bz2 sharkey-aa9793974173bf030c6b52f0d96770d0cff055fd.zip | |
:art:
Diffstat (limited to 'src/web/docs')
| -rw-r--r-- | src/web/docs/style.styl | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/src/web/docs/style.styl b/src/web/docs/style.styl index 27c93a99e3..3dcb3e1696 100644 --- a/src/web/docs/style.styl +++ b/src/web/docs/style.styl @@ -8,9 +8,9 @@ body main margin 0 0 0 256px - padding 32px + padding 64px width 100% - max-width 700px + max-width 768px section margin 32px 0 @@ -72,6 +72,10 @@ nav background #f9f9f9 border-right none +@media (max-width 768px) + main + padding 32px + @media (max-width 512px) main padding 16px |