From bc0cb08c503f736ac5bb07a14b7dc09b582c5c89 Mon Sep 17 00:00:00 2001 From: radiohotline Date: Tue, 17 Feb 2026 21:42:11 +0300 Subject: responsiveness --- sitemap.html | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'sitemap.html') diff --git a/sitemap.html b/sitemap.html index 74fc2dd..389c096 100644 --- a/sitemap.html +++ b/sitemap.html @@ -32,12 +32,31 @@ a { font-family: 'Nanum', Georgia, 'Times New Roman', Times, serif; } + + #main { + width: 50%; + } + + @media (max-width: 900px) { + #main { + width: 90vw; + } + + .column { + width: 100%; + } + + .shadow { + display: block; + padding: 0 20px 0 20px; + } + }

Soft Machine

-
+

Sitemap

-- cgit v1.3