diff --git a/src/components/VinlottisPage.vue b/src/components/VinlottisPage.vue index cae5c9d..c09eeac 100644 --- a/src/components/VinlottisPage.vue +++ b/src/components/VinlottisPage.vue @@ -1,5 +1,6 @@ @@ -149,10 +151,6 @@ export default { grid-row: 2 / 4; grid-column: 3 / -3; } - - // @include widescreen { - // grid-column: 4 / -4; - // } } .participate-button { @@ -182,10 +180,6 @@ export default { grid-row: 4 / 6; grid-column: 3 / -3; } - - // @include widescreen { - // grid-column: 4 / -4; - // } } .see-details-link { @@ -201,10 +195,6 @@ export default { grid-column: 3 / -3; } - // @include widescreen { - // grid-column: 4 / -4; - // } - font-weight: bold; color: black; font-weight: 200; @@ -213,8 +203,6 @@ export default { text-decoration: underline; text-decoration-color: $link-color; text-underline-position: under; - - } .icons-container { @@ -362,23 +350,11 @@ h1 { .highscore { grid-column: 3 / -3; - // margin-top: 5em; } .wines-container { grid-column: 3 / -3; } } - - // @include desktop { - - - // } - - // @include widescreen { - - // } } - - diff --git a/src/ui/Wines.vue b/src/ui/Wines.vue index b662a31..f324c0d 100644 --- a/src/ui/Wines.vue +++ b/src/ui/Wines.vue @@ -144,7 +144,6 @@ export default { justify-content: space-between; } - .wine-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));