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
@@ -14,7 +14,7 @@
.pharmacy-grid {
display: grid;
grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
gap: 1rem;
}