diff --git a/frontend/components/VirtualLotteryPage.vue b/frontend/components/VirtualLotteryPage.vue index 06d37ff..1979e2e 100644 --- a/frontend/components/VirtualLotteryPage.vue +++ b/frontend/components/VirtualLotteryPage.vue @@ -371,10 +371,18 @@ header { .wines-container { + display: flex; + flex-wrap: wrap; margin-bottom: 4rem; h2 { + width: 100%; grid-column: 1 / 5; } + + .wine { + margin-right: 1rem; + margin-bottom: 1rem; + } }