diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-29 19:48:43 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-16 13:30:34 -0300 |
commit | 049fcd11dac489335d0efd92b2c8638b93123494 (patch) | |
tree | eb6bbb88cbb6f62f94f662db50a3b8e8d72307fb | |
parent | 22f09049b0be49096cbcd6574af5e1f31333b9ef (diff) |
css: limit width of "by" accent
-rw-r--r-- | src/static/site6.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css index 8e94502e..6efe3cc7 100644 --- a/src/static/site6.css +++ b/src/static/site6.css @@ -905,6 +905,7 @@ ul.quick-info li:not(:last-child)::after { li .by { display: inline-block; font-style: oblique; + max-width: 600px; } li .by a { |