From bc0cb08c503f736ac5bb07a14b7dc09b582c5c89 Mon Sep 17 00:00:00 2001 From: radiohotline Date: Tue, 17 Feb 2026 21:42:11 +0300 Subject: responsiveness --- poetry.html | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) (limited to 'poetry.html') diff --git a/poetry.html b/poetry.html index 780ed9e..523eac5 100644 --- a/poetry.html +++ b/poetry.html @@ -29,13 +29,11 @@ gap: 20px; } - .poem { - width: 450px; - padding-left: 20px; - padding-right: 20px; - padding-bottom: 20px; - vertical-align:top; - } + @media (max-width:900px) { + .poem { + width: 80vw; + } + } -- cgit v1.3