diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-04-24 23:55:51 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-04-24 23:55:51 +0900 |
| commit | 39389d521d5790f203e07f6038789869b8015a42 (patch) | |
| tree | 812f0c7e57c60cf896e0afe705c88e4805b6f6df /vhosts/blog/static | |
| parent | b308314dae81331fdf9924eda91dfc637f9514ca (diff) | |
| download | nsfisis.dev-39389d521d5790f203e07f6038789869b8015a42.tar.gz nsfisis.dev-39389d521d5790f203e07f6038789869b8015a42.tar.zst nsfisis.dev-39389d521d5790f203e07f6038789869b8015a42.zip | |
feat(blog/style): change admonition style
Diffstat (limited to 'vhosts/blog/static')
| -rw-r--r-- | vhosts/blog/static/style.css | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vhosts/blog/static/style.css b/vhosts/blog/static/style.css index fccac09c..dd1e6c1e 100644 --- a/vhosts/blog/static/style.css +++ b/vhosts/blog/static/style.css @@ -228,12 +228,9 @@ h1 { } .admonition { - display: flex; - flex-direction: row; - align-items: center; background-color: #f5f5f5; border: 1px solid #d1d1d1; - padding: 1rem; + padding: 1rem 1.5rem; margin: 1rem 0; } |
