diff options
Diffstat (limited to 'resources/css/town.css')
-rw-r--r-- | resources/css/town.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/css/town.css b/resources/css/town.css index 832c3d8..75a95d0 100644 --- a/resources/css/town.css +++ b/resources/css/town.css @@ -12,7 +12,9 @@ .shop { padding: 1rem; +} +.shop__items { display: grid; grid-gap: 1rem; } |