diff options
author | Doge <[email protected]> | 2021-05-09 16:36:17 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-09 16:36:17 +0800 |
commit | 33c134891460fcc379dc5d835299a95c4aad0710 (patch) | |
tree | 16a64be9f20e717ae74c211f5d0b384d9f10070c /source/css | |
parent | f2d0d9471f4cc2b1673e1e5927f6a636cc133d08 (diff) | |
download | chromate-33c134891460fcc379dc5d835299a95c4aad0710.tar.gz chromate-33c134891460fcc379dc5d835299a95c4aad0710.tar.bz2 chromate-33c134891460fcc379dc5d835299a95c4aad0710.zip |
Finish post detail page
Diffstat (limited to 'source/css')
-rw-r--r-- | source/css/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source/css/style.css b/source/css/style.css index f71f302..5596590 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -33,4 +33,8 @@ pre { .footer { padding: 1rem 1rem 1rem; background-color: transparent; +} + +.post-content { + padding-top: 2rem; }
\ No newline at end of file |