diff options
| author | Doge <guiqiqi187@gmail.com> | 2021-05-10 00:33:00 +0800 |
|---|---|---|
| committer | Doge <guiqiqi187@gmail.com> | 2021-05-10 00:33:00 +0800 |
| commit | 03a1b17b9dea3a81e9610e961b99b2465c4e7c57 (patch) | |
| tree | 3ec22efa257872333a2e8d801402a9bac9384b0f /source | |
| parent | 37af3922761fd0c982ba2ffec11bfa1850269702 (diff) | |
| download | chromate-03a1b17b9dea3a81e9610e961b99b2465c4e7c57.tar.gz chromate-03a1b17b9dea3a81e9610e961b99b2465c4e7c57.tar.bz2 chromate-03a1b17b9dea3a81e9610e961b99b2465c4e7c57.zip | |
Fix incorrect position
Diffstat (limited to 'source')
| -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 2c54268..73dd579 100644 --- a/source/css/style.css +++ b/source/css/style.css @@ -19,7 +19,7 @@ pre { padding-top: 0px !important; } .post-card { - padding: 0 0 0 0 !important; + margin: 0 0 0 0 !important; } } @@ -28,7 +28,7 @@ pre { } .post-card { - padding: 0 1rem 1rem 1rem; + margin: 0 1rem 0rem 1rem; } .navbar-brand .navbar-item:hover { |
