summaryrefslogtreecommitdiff
path: root/animism-align/frontend/app/views/venue/venue.css
blob: fc9f36d5ab023047e91c6ef9c97a4697c10851c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
.app > .venueContainer {
  width: 100%;
  height: calc(100% - 3.125rem);
  overflow: scroll;
}

.venue-index {
  margin-top: 1rem;
}
.venue-list div {
  margin-bottom: 1rem;
}
.venue-list div a {
  display: block;
  margin-bottom: 0.25rem;
}