This commit is contained in:
Víctor Losada Hernández
2026-09-12 14:55:15 +02:00
parent 467e5ee87f
commit 1224cf7011
2 changed files with 23 additions and 23 deletions
@@ -3,14 +3,14 @@
.listPage {
.content {
padding: clamp(20px, 5vh, 200px) clamp(20px, 20vw, 200px);
padding : clamp(20px, 5vh, 200px) clamp(20px, 20vw, 200px);
.noBrews {
margin : 10px 0px;
font-size : 1.3em;
font-style : italic;
color:white;
font-weight:900;
margin : 10px 0px;
font-size : 1.3em;
font-style : italic;
font-weight : 900;
color : white;
}
.brewCollection {
h1 {
@@ -54,7 +54,7 @@
--columns : 4;
display : grid;
grid-template-columns : repeat(var(--columns), 1fr);
gap : 20px;
gap : 20px;
justify-items : center;
@media screen and (max-width : 1700px) {--columns : 3;}
@@ -85,10 +85,10 @@
height : fit-content;
font-family : 'Open Sans', sans-serif;
color : white;
background : #555;
border-top : 1px solid #666;
border-bottom : 1px solid #666;
row-rule : 1px solid #666;
background : #555555;
border-top : 1px solid #666666;
border-bottom : 1px solid #666666;
row-rule : 1px solid #666666;
> div {
width : fit-content;