From 607d47aee58e6d45a0804c400eaf026e49bfd58a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20Midb=C3=B8e?= Date: Tue, 3 Nov 2020 13:13:23 +0100 Subject: [PATCH] Margin between all wines elements. --- src/components/AllWinesPage.vue | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/src/components/AllWinesPage.vue b/src/components/AllWinesPage.vue index 24cad15..da713dc 100644 --- a/src/components/AllWinesPage.vue +++ b/src/components/AllWinesPage.vue @@ -97,16 +97,7 @@ h1 { > div { justify-content: flex-start; - } -} - -.winners-container { - display: flex; - flex-direction: column; - margin-top: 1rem; - - > div:not(:last-of-type) { - margin-bottom: 1rem; + margin-bottom: 2rem; } }