diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-05 20:39:13 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-11-05 20:39:13 +0300 |
commit | 68073adacff5fec44d7e541a3a6f926f7b305843 (patch) | |
tree | d42304b004461e04e58ba7d41139f290a5aac78a /css | |
parent | add serve.sh (same as serve.bat) (diff) | |
download | egor-tensin.github.io-68073adacff5fec44d7e541a3a6f926f7b305843.tar.gz egor-tensin.github.io-68073adacff5fec44d7e541a3a6f926f7b305843.zip |
_includes/ -> _includes/common/
Diffstat (limited to 'css')
-rw-r--r-- | css/common/misc.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/css/common/misc.css b/css/common/misc.css index 49072c4..c6cbd9d 100644 --- a/css/common/misc.css +++ b/css/common/misc.css @@ -1,3 +1,6 @@ .wide-enough { max-width: 400px; } +.wider { + max-width: 600px; +} |