From 8848df947dfaee5436af349678fe27982c0cf1e0 Mon Sep 17 00:00:00 2001 From: Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> Date: Sun, 26 Oct 2025 14:17:22 +0400 Subject: fix/frontend: hide breakpoint in-between tablet and desktop on maps (#290) --- frontend/src/css/Maps.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontend/src/css/Maps.css') diff --git a/frontend/src/css/Maps.css b/frontend/src/css/Maps.css index 14eed05..3f0dd37 100644 --- a/frontend/src/css/Maps.css +++ b/frontend/src/css/Maps.css @@ -994,6 +994,7 @@ p>span.portal-count { } } +/* @media screen and (max-width: 1480px) { #section3.summary1 { grid-template-columns: auto; @@ -1055,7 +1056,7 @@ p>span.portal-count { #section2.summary1>.nav-button:nth-child(3) { border-radius: 0 0 30px 30px; } -} +} */ @media screen and (max-width: 768px) { * { -- cgit v1.2.3