diff options
| author | syuilo <syuilotan@yahoo.co.jp> | 2016-12-29 16:08:09 +0900 |
|---|---|---|
| committer | syuilo <syuilotan@yahoo.co.jp> | 2016-12-29 16:08:09 +0900 |
| commit | cafb59c4a08fe15d277c896f45a7f3236b6451d2 (patch) | |
| tree | b31f1979c7e3e4ff8e16e4fc2036731bb82e333e /src/web/about | |
| parent | Fix bug (diff) | |
| download | sharkey-cafb59c4a08fe15d277c896f45a7f3236b6451d2.tar.gz sharkey-cafb59c4a08fe15d277c896f45a7f3236b6451d2.tar.bz2 sharkey-cafb59c4a08fe15d277c896f45a7f3236b6451d2.zip | |
:art:
Diffstat (limited to 'src/web/about')
| -rw-r--r-- | src/web/about/resources/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/web/about/resources/style.css b/src/web/about/resources/style.css index 53d658fa6b..9a27395a02 100644 --- a/src/web/about/resources/style.css +++ b/src/web/about/resources/style.css @@ -37,6 +37,7 @@ main { padding: 32px; width: 100%; max-width: 700px; + word-wrap: break-word; } @media screen and (max-width: 700px) { main { @@ -67,6 +68,10 @@ a { text-decoration: underline; } +hr { + border-top: solid 1px #eee; +} + section { margin: 32px 0; } |