diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 01:37:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-06-25 01:37:15 +0300 |
commit | c50335effd87dfc0ee856b127d75514878532c29 (patch) | |
tree | 309fe24c4f300dd565e1fe6cfc36e64af4335731 /css/common/misc.css | |
parent | README update (diff) | |
download | egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.tar.gz egor-tensin.github.io-c50335effd87dfc0ee856b127d75514878532c29.zip |
css/ -> css/common/
Diffstat (limited to 'css/common/misc.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 new file mode 100644 index 0000000..49072c4 --- /dev/null +++ b/css/common/misc.css @@ -0,0 +1,3 @@ +.wide-enough { + max-width: 400px; +} |