diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 16:01:51 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-22 16:04:30 +0300 |
commit | f8f58334e70d24e4f4acef78d0951565b92ea341 (patch) | |
tree | 4fdb72f825a677c483386ef0fe0f50dcf6cbb671 /assets/css/common/utils.css | |
parent | README: fix a typo (diff) | |
download | jekyll-theme-f8f58334e70d24e4f4acef78d0951565b92ea341.tar.gz jekyll-theme-f8f58334e70d24e4f4acef78d0951565b92ea341.zip |
css: move CSS files to jekyll-theme/
Diffstat (limited to 'assets/css/common/utils.css')
-rw-r--r-- | assets/css/common/utils.css | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/assets/css/common/utils.css b/assets/css/common/utils.css deleted file mode 100644 index 6f00df3..0000000 --- a/assets/css/common/utils.css +++ /dev/null @@ -1,7 +0,0 @@ -/* Utility classes to prevent blocks from expanding unreasonably. */ -.wide-enough { - max-width: 400px; -} -.wider { - max-width: 600px; -} |