From e08a0b5ba2514f15d178f11ff832cd922e3e4f6c Mon Sep 17 00:00:00 2001 From: unwox Date: Mon, 23 Dec 2024 23:05:02 +0600 Subject: do not make the toad smaller for mobile devices --- static/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/static/style.css b/static/style.css index e163dc3..6b252c3 100644 --- a/static/style.css +++ b/static/style.css @@ -115,11 +115,6 @@ h1 { gap: 2rem; } - .logo { - width: 180px; - height: 159px; - } - .gallery { display: flex; flex-direction: column; -- cgit v1.2.3