diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 02:45:36 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-07-01 02:45:36 +0300 |
commit | 78460e794d3fd82bc7127e11696dbb016ea9ee61 (patch) | |
tree | f6df4ae59a30f4e30b3b2289d6dfd3678d16a42c /css | |
parent | std::call_once: fix grammar (diff) | |
download | jekyll-theme-78460e794d3fd82bc7127e11696dbb016ea9ee61.tar.gz jekyll-theme-78460e794d3fd82bc7127e11696dbb016ea9ee61.zip |
css: fix a typo
Diffstat (limited to 'css')
-rw-r--r-- | css/common/misc.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/common/misc.css b/css/common/misc.css index 374f40a..edca6b0 100644 --- a/css/common/misc.css +++ b/css/common/misc.css @@ -1,4 +1,4 @@ -/* Utility classes to prevent blocks from expanding unreasonably. } +/* Utility classes to prevent blocks from expanding unreasonably. */ .wide-enough { max-width: 400px; } |