diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:06:42 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-04-07 19:06:42 +0200 |
commit | f6a3af4b8e6afbe4043e90c455d825f07961c3a9 (patch) | |
tree | 8323689646a0eafaf5378790aa1d7083f8b554d7 /assets/css | |
parent | css: revert the stupid .sidebar hack (diff) | |
download | jekyll-theme-f6a3af4b8e6afbe4043e90c455d825f07961c3a9.tar.gz jekyll-theme-f6a3af4b8e6afbe4043e90c455d825f07961c3a9.zip |
css: remove a useless class
Diffstat (limited to '')
-rw-r--r-- | assets/css/jekyll-theme/posts.css | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/assets/css/jekyll-theme/posts.css b/assets/css/jekyll-theme/posts.css index 60b4715..c01a82b 100644 --- a/assets/css/jekyll-theme/posts.css +++ b/assets/css/jekyll-theme/posts.css @@ -7,9 +7,6 @@ justify-content: space-between; column-gap: 1em; } -.post-date { - text-align: right; -} .post-date a.category { margin-right: .5em; } |