More space for wines on mobile.

This commit is contained in:
2021-02-19 09:22:43 +01:00
parent b260991116
commit 113f286f03

View File

@@ -335,6 +335,10 @@ h1 {
.wine-container {
grid-column: 3 / -3;
@include mobile {
grid-column: 2 / -2;
}
}
.icon--arrow-long-right {