« get me outta code hell

css: limit width of "by" accent - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/static
diff options
context:
space:
mode:
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
commit049fcd11dac489335d0efd92b2c8638b93123494 (patch)
treeeb6bbb88cbb6f62f94f662db50a3b8e8d72307fb /src/static
parent22f09049b0be49096cbcd6574af5e1f31333b9ef (diff)
css: limit width of "by" accent
Diffstat (limited to 'src/static')
-rw-r--r--src/static/site6.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/site6.css b/src/static/site6.css
index 8e94502..6efe3cc 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 {