diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-02-10 18:43:53 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-02-25 20:03:30 -0400 |
commit | 80f06ea8932b3fb33942357b161845c51aab4026 (patch) | |
tree | a6f429ca44ff0e633f5993bb4c5bfaef7f610625 /src/static/css | |
parent | 27ed45cf9652b4859ca65092b974bd02b9fb107c (diff) |
data, content, css: art tag additional names
Diffstat (limited to 'src/static/css')
-rw-r--r-- | src/static/css/site.css | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/static/css/site.css b/src/static/css/site.css index 12625de4..eca735d5 100644 --- a/src/static/css/site.css +++ b/src/static/css/site.css @@ -1986,6 +1986,17 @@ h1 a[href="#additional-names-box"]:hover { vertical-align: text-bottom; } +#content.top-index #additional-names-box { + margin-left: auto; + margin-right: auto; + margin-bottom: 2em; +} + +#content.top-index #additional-names-box { + text-align: center; + margin-bottom: 0.75em; +} + /* Specific pages - homepage */ html[data-url-key="localized.home"] #content h1 { |