summaryrefslogtreecommitdiff
path: root/resources/css/town.css
blob: 832c3d85225b30a73902397b12c6923cc951497a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#scene__town {}




.healing-center {
  padding: 1rem;
}




.shop {
  padding: 1rem;

  display: grid;
  grid-gap: 1rem;
}

.shop__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}