blob: c668167c3e2c6651e37e5387e7714b735ca36109 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.title {
@apply font-medium text-h-lg leading-8 md:text-title-md md:leading-10;
}
.section-card {
@apply p-4 md:p-6 md:bg-gray-50 rounded-xl;
}
.heading {
@apply text-h-md md:text-h-lg font-medium;
}
.description {
@apply leading-relaxed text-gray-700;
}
|