diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-08 19:33:18 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-08 19:33:18 -0400 |
commit | 1cf0979a831cdc7200e38de7b87f18149d6f51bb (patch) | |
tree | 88484d8f991a368309ce4945f9c13dd5c95f8e90 /src/static | |
parent | dca169fbf6c6bf09f3ad4e5bf3b153b7bd83f1f9 (diff) |
content, css, replacer: <img align="center"> in content
Diffstat (limited to 'src/static')
-rw-r--r-- | src/static/site6.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 686b3c40..e718791b 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -778,6 +778,12 @@ ul.image-details li { margin-bottom: 1em; } +.content-image-container.align-center { + text-align: center; + margin-top: 1.5em; + margin-bottom: 1.5em; +} + .content-image { display: inline-block !important; } |