diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 14:15:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-01-28 14:15:22 +0200 |
commit | fe9e7121d07c5a134559f02d5dc46cceb3f276c1 (patch) | |
tree | e91d70fb0bc8c89c0ded59b4dfef45b33703c3b4 /common.css | |
parent | 9510963c900770f86f80b98f07deb8242448b117 (diff) |
Style update for intro
Diffstat (limited to 'common.css')
-rw-r--r-- | common.css | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -10,6 +10,8 @@ html font-size: 18px; line-height: 1.4em; letter-spacing: 0.01em; + + color: #333; } body {margin: 0;} /* There is non-0 default margin for body. */ @@ -118,9 +120,11 @@ code, pre letter-spacing: 0; } -pre -{ - white-space: pre-wrap; +pre {white-space: pre-wrap;} + +@media only screen and (max-width: 567px) +{ + pre {word-break: break-all;} } /* Use page rather than system font settings. */ |