From fe9e7121d07c5a134559f02d5dc46cceb3f276c1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jan 2016 14:15:22 +0200 Subject: Style update for intro --- common.css | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'common.css') diff --git a/common.css b/common.css index 4c0b697..b96f64c 100644 --- a/common.css +++ b/common.css @@ -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. */ -- cgit v1.1