diff --git a/frontend/components/AllWinesPage.vue b/frontend/components/AllWinesPage.vue index 57a65bf..3bb821f 100644 --- a/frontend/components/AllWinesPage.vue +++ b/frontend/components/AllWinesPage.vue @@ -2,10 +2,9 @@

Alle viner

-
+
- Vinnende lodd:
{{ wine.blue == null ? 0 : wine.blue }} @@ -19,43 +18,44 @@
  • {{ winner }} - -  - {{ dateString(wine.dates[index]) }} + -  + {{ + dateString(wine.dates[index]) + }}
-
@@ -84,18 +84,6 @@ h1 { font-weight: 600; } -#wines-container { - display: grid; - grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); - grid-gap: 2rem; - - - > div { - justify-content: flex-start; - margin-bottom: 2rem; - } -} - .name-wins { display: flex; flex-direction: column;