diff options
author | Steph Enders <steph@senders.io> | 2024-07-31 07:52:08 -0400 |
---|---|---|
committer | Steph Enders <steph@senders.io> | 2024-07-31 07:52:08 -0400 |
commit | 26aebcfa2da034b79c51b7474033347ee7a5b827 (patch) | |
tree | 9a4906223bcc73ec95a935e44a72bee8a5e980dc /templates | |
parent | 0908042369681d6accc69b75e8386bb746d40491 (diff) |
Diffstat (limited to 'templates')
-rw-r--r-- | templates/index.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/index.css b/templates/index.css index 25f0ddb..9648138 100644 --- a/templates/index.css +++ b/templates/index.css @@ -188,3 +188,7 @@ main article table tr th { padding: 2px 8px; } +main article.poem p.stanza { + white-space: pre-wrap; + margin: 0; +} |