diff options
| author | Arda Serdar Pektezol <1669855+pektezol@users.noreply.github.com> | 2025-10-26 14:17:22 +0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-26 13:17:22 +0300 |
| commit | 8848df947dfaee5436af349678fe27982c0cf1e0 (patch) | |
| tree | 7c805e6aee596cb2f6ed8877c2457aa2b0852c66 | |
| parent | fix/frontend: sidebar buttons center vertically (#289) (diff) | |
| download | lphub-1.0.6.tar.gz lphub-1.0.6.tar.bz2 lphub-1.0.6.zip | |
fix/frontend: hide breakpoint in-between tablet and desktop on maps (#290)v1.0.6
| -rw-r--r-- | frontend/src/css/Maps.css | 3 |
1 files changed, 2 insertions, 1 deletions
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 { | |||
| 994 | } | 994 | } |
| 995 | } | 995 | } |
| 996 | 996 | ||
| 997 | /* | ||
| 997 | @media screen and (max-width: 1480px) { | 998 | @media screen and (max-width: 1480px) { |
| 998 | #section3.summary1 { | 999 | #section3.summary1 { |
| 999 | grid-template-columns: auto; | 1000 | grid-template-columns: auto; |
| @@ -1055,7 +1056,7 @@ p>span.portal-count { | |||
| 1055 | #section2.summary1>.nav-button:nth-child(3) { | 1056 | #section2.summary1>.nav-button:nth-child(3) { |
| 1056 | border-radius: 0 0 30px 30px; | 1057 | border-radius: 0 0 30px 30px; |
| 1057 | } | 1058 | } |
| 1058 | } | 1059 | } */ |
| 1059 | 1060 | ||
| 1060 | @media screen and (max-width: 768px) { | 1061 | @media screen and (max-width: 768px) { |
| 1061 | * { | 1062 | * { |