Google services, design fixes
Run Tests on Branches / Backend Tests (push) Successful in 2m2s
Run Tests on Branches / Frontend Tests (push) Successful in 1m55s

This commit is contained in:
Antoni Nuñez Romeu
2026-07-07 12:50:32 +02:00
parent 6f6c117db2
commit afaa4de385
7 changed files with 37 additions and 13 deletions
+3
View File
@@ -2,6 +2,7 @@
width: 100%;
max-width: 48rem;
margin: 0 auto;
overflow-x: hidden;
}
@media (min-width: 1024px) {
@@ -13,6 +14,7 @@
.search-content {
padding: 1rem var(--margin-main) 2rem;
animation: fadeInUp 0.5s ease-out;
overflow-x: hidden;
}
.section-title {
@@ -203,6 +205,7 @@
margin-top: 1.5rem;
max-height: 70vh;
overflow-y: auto;
overflow-x: hidden;
overscroll-behavior: contain;
}