From bc0cb08c503f736ac5bb07a14b7dc09b582c5c89 Mon Sep 17 00:00:00 2001 From: radiohotline Date: Tue, 17 Feb 2026 21:42:11 +0300 Subject: responsiveness --- library.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'library.html') diff --git a/library.html b/library.html index a8b9e33..6991ff8 100644 --- a/library.html +++ b/library.html @@ -46,6 +46,24 @@ li { line-height: 1.5; } + + @media (max-width: 900px) { + .container { + display: block; + } + + .column { + width: 80vw; + } + + .items img { + height: 150px; + } + + .items { + justify-content: space-evenly; + } + } -- cgit v1.3