diff options
author | Doge <[email protected]> | 2021-05-10 02:11:31 +0800 |
---|---|---|
committer | Doge <[email protected]> | 2021-05-10 02:11:31 +0800 |
commit | 51256481ae21a224b6e2b59441568e23909fcbc3 (patch) | |
tree | b64965de1b55dad634455fc3801b1ca28e9758e9 /source/css/style.css | |
parent | 76d845da651bb474f5d933dab1298c72d91d3a35 (diff) | |
download | chromate-51256481ae21a224b6e2b59441568e23909fcbc3.tar.gz chromate-51256481ae21a224b6e2b59441568e23909fcbc3.tar.bz2 chromate-51256481ae21a224b6e2b59441568e23909fcbc3.zip |
Fix padding error
Diffstat (limited to 'source/css/style.css')
-rw-r--r-- | source/css/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/css/style.css b/source/css/style.css index 8387d17..bfaf916 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -24,8 +24,8 @@ pre { } } -.post-content { - padding-top: 1.5rem; +.post-podcast-player { + padding-bottom: 1.5rem; } .post-card { |