seems to work across dimensions

This commit is contained in:
Víctor Losada Hernández
2026-09-09 20:00:31 +02:00
parent cb4a104954
commit 0e72c3ca84
3 changed files with 193 additions and 99 deletions
@@ -20,7 +20,7 @@
.listPage {
.content {
z-index : 1;
padding : clamp(50px, 5vh, 200px) 10vw;
padding : clamp(20px, 5vh, 200px) 10vw;
.noBrews {
margin : 10px 0px;
font-size : 1.3em;
@@ -54,7 +54,7 @@
flex-wrap: wrap;
justify-content: center;
gap:20px;
min-width:400px;
min-width:200px;
}