diff options
| author | Radiohotline <radiohotline@disroot.org> | 2026-03-21 17:03:24 +0000 |
|---|---|---|
| committer | Radiohotline <radiohotline@disroot.org> | 2026-03-21 17:03:24 +0000 |
| commit | 797699bc6f2f49d0ccbda2689930dadf31c20a17 (patch) | |
| tree | 3fb5e82f33a6c8bbb2492ab875f5c0dcda94d033 /poetry.html | |
| parent | 6b610b745ab556ba494e2ee193a2cc208e3ca3f5 (diff) | |
some css fixes
Diffstat (limited to 'poetry.html')
| -rw-r--r-- | poetry.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/poetry.html b/poetry.html index a0280ac..5deefaf 100644 --- a/poetry.html +++ b/poetry.html @@ -29,6 +29,15 @@ gap: 20px; } + .poem { + width: 450px; + padding-left: 20px; + padding-right: 20px; + padding-bottom: 20px; + vertical-align:top; + } + + @media (max-width:900px) { .poem { width: 80vw; |
