diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-06-15 18:42:58 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-06-15 18:42:58 +0800 |
commit | 9407906d08b2f7e493996e3924c42f6cf90b29a8 (patch) | |
tree | e1a42c9635f9c0605259af67df23dcc640b2728f /www/assets/res/css/article.css | |
parent | 6d96abc1a4be308c7679797abdff8d9f02067ccd (diff) | |
download | crupest-dev.tar.gz crupest-dev.tar.bz2 crupest-dev.zip |
www: move date label and add hr on list page.dev
Diffstat (limited to 'www/assets/res/css/article.css')
-rw-r--r-- | www/assets/res/css/article.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/assets/res/css/article.css b/www/assets/res/css/article.css index 86ecdb7..93f86ef 100644 --- a/www/assets/res/css/article.css +++ b/www/assets/res/css/article.css @@ -17,6 +17,7 @@ & > .date { font-size: small; + margin-top: 0.3em; float: right; color: hsl(0, 0%, 25%); } |