diff options
author | gennyble <gen@nyble.dev> | 2025-02-13 04:50:51 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2025-02-13 04:50:51 -0600 |
commit | 5eff5804b521a9035162a222ff565f13c5da58e3 (patch) | |
tree | d61c763427d0910d56d191d736675f77707f5f90 /served/words/writing.css | |
parent | 4cb242a508dc55377b8ea92981a563bbac13c3ae (diff) | |
download | ∞-5eff5804b521a9035162a222ff565f13c5da58e3.tar.gz ∞-5eff5804b521a9035162a222ff565f13c5da58e3.zip |
trip to a coffee shop redesign-2024-12
Diffstat (limited to 'served/words/writing.css')
-rwxr-xr-x | served/words/writing.css | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/served/words/writing.css b/served/words/writing.css index bfe46a3..4ad23e1 100755 --- a/served/words/writing.css +++ b/served/words/writing.css @@ -61,4 +61,32 @@ q { q::before, q::after { content: none; +} + +img { + width: 100%; +} + +.asterism { + border: 0; + width: 100%; + text-align: center; +} + +.asterism::after { + content: "⁂"; + text-align: center; + line-height: 1rem; + color: var(--text); +} + +#signoff { + display: flex; + width: 100%; + justify-content: end; +} + +#signoff pre { + font-family: inherit; + font-size: inherit; } \ No newline at end of file |