summaryrefslogtreecommitdiff
path: root/src/modules/result/result.module.css
blob: 4bcb649991723e602390496cf71735fd59ee31a1 (plain)
1
2
3
4
5
6
7
.wrapper {
  @apply flex justify-between items-center;
}

.title {
  @apply font-semibold text-xl;
}