File size: 280 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
.post {
  @apply text-lg leading-relaxed;
}

.post p,
.post ul,
.post ol,
.post blockquote {
  @apply my-6;
}

.post h1 {
  @apply mt-12 mb-4 text-4xl leading-snug;
}

.post h2 {
  @apply mt-12 mb-4 text-3xl leading-snug;
}

.post h3 {
  @apply mt-8 mb-4 text-2xl leading-snug;
}