From 25990a8d472603c70da3350ebf4d911d1fe750b9 Mon Sep 17 00:00:00 2001 From: "kam (from the studio)" Date: Wed, 23 Mar 2022 20:27:11 +0100 Subject: [PATCH] mobile mode --- css/style.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/css/style.css b/css/style.css index cd861fe..cad3c2a 100644 --- a/css/style.css +++ b/css/style.css @@ -223,23 +223,26 @@ svg { @media (max-width: 767.98px) { :root { - --size: 24px; + --size: 21px; } body { cursor: default; + margin: 0 4px; } .download { - font-size: 28px; + font-size: 24px; } .index { + display: block; text-align: left; justify-content: start; } .index li { + display: block; margin: 0 !important; } @@ -248,6 +251,11 @@ svg { opacity: 1; } + h2, + h3 { + font-size: 28px; + } + .box { display: none; }