summaryrefslogtreecommitdiff
path: root/client/src/components/LabelCard/LabelCard.module.css
blob: 8511596ce3f6937b6ad397147d3b678f21c8c8d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.labelcard {
  text-align: center;
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 5px;
}

.card__image {
  border: 3px solid var(--color-black);
  border-radius: 10px;
}

.card__title {
  margin: 5px 0px;
}