styles fix
Some checks failed
Deploy to GitHub Pages / build (push) Has been cancelled
Deploy to GitHub Pages / deploy (push) Has been cancelled

This commit is contained in:
2026-02-08 18:35:29 +01:00
parent 90aeabbcd1
commit ce9a0b9f41

View File

@@ -51,6 +51,17 @@ body::before {
z-index: 0; z-index: 0;
} }
@media (max-width: 900px) {
.container {
width: 100%;
margin: 0 auto;
padding: 1rem 0.5rem;
position: relative;
z-index: 1;
}
}
@media (min-width: 901px) {
.container { .container {
max-width: 1200px; max-width: 1200px;
margin: 0 auto; margin: 0 auto;
@@ -58,6 +69,7 @@ body::before {
position: relative; position: relative;
z-index: 1; z-index: 1;
} }
}
header { header {
text-align: center; text-align: center;
@@ -431,7 +443,7 @@ h2 {
} }
.spirits-grid { .spirits-grid {
grid-template-columns: repeat(auto-fill, minmax(100px, 1fr)); grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
} }
.section { .section {