diff --git a/frontend/assets/style.css b/frontend/assets/style.css index 978e8fe..87d9296 100644 --- a/frontend/assets/style.css +++ b/frontend/assets/style.css @@ -59,7 +59,7 @@ body { } } -.store-cards { +.cards { height: 100%; width: 100%; display: flex; @@ -70,6 +70,10 @@ body { overflow: auto; } +#stores { + display: none; +} + .card { background-color: rgba(255, 255, 255, 0.5); width: 10em; diff --git a/frontend/index.html b/frontend/index.html index 7c58a10..76dd6f0 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -15,13 +15,22 @@ -
{{ $Listing.StoreName }} - {{ $Listing.Price }}
+ + {{- end }} +