aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorArda Serdar Pektezol <1669855+pektezol@users.noreply.github.com>2025-10-26 14:17:22 +0400
committerGitHub <noreply@github.com>2025-10-26 13:17:22 +0300
commit8848df947dfaee5436af349678fe27982c0cf1e0 (patch)
tree7c805e6aee596cb2f6ed8877c2457aa2b0852c66 /frontend
parentfix/frontend: sidebar buttons center vertically (#289) (diff)
downloadlphub-8848df947dfaee5436af349678fe27982c0cf1e0.tar.gz
lphub-8848df947dfaee5436af349678fe27982c0cf1e0.tar.bz2
lphub-8848df947dfaee5436af349678fe27982c0cf1e0.zip
fix/frontend: hide breakpoint in-between tablet and desktop on maps (#290)v1.0.6
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/css/Maps.css3
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 * {