diff options
| author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-08 17:47:58 +0300 |
|---|---|---|
| committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-08 17:48:23 +0300 |
| commit | fcb49b926c4ec4325f56de27ef7e4b5cae5bd155 (patch) | |
| tree | 7b44ecb7d2ef773268785620fbf24eec5aeba3b1 /assets | |
| parent | css: misc.css -> fix_bootstrap.css (diff) | |
| download | jekyll-theme-fcb49b926c4ec4325f56de27ef7e4b5cae5bd155.tar.gz jekyll-theme-fcb49b926c4ec4325f56de27ef7e4b5cae5bd155.zip | |
posts: use CSS for space between category and date
Diffstat (limited to '')
| -rw-r--r-- | assets/css/common/posts.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/assets/css/common/posts.css b/assets/css/common/posts.css index f3e0532..d9ee811 100644 --- a/assets/css/common/posts.css +++ b/assets/css/common/posts.css @@ -10,3 +10,6 @@ .post-date { text-align: right; } +.post-date a.category { + margin-right: .5em; +} |
