summaryrefslogtreecommitdiff
path: root/src/modules/profile-card/profile-card.module.css
blob: b0b05eff501e28c4ebf5aa7f5f559f57b40ea61b (plain)
1
2
3
4
5
6
7
8
9
10
11
.cardBody {
  @apply flex flex-row items-center gap-x-4;
}

.name {
  @apply font-medium;
}

.description {
  @apply text-sm text-neutral-500 flex gap-x-1;
}