added listings

This commit is contained in:
Hazel Noack
2025-07-10 14:40:26 +02:00
parent 089b9ba218
commit 3c04714fec
2 changed files with 15 additions and 2 deletions

View File

@@ -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;