15 lines
137 B
CSS
15 lines
137 B
CSS
body.is-website-carhop {
|
|
h3 {
|
|
@apply text-3xl;
|
|
}
|
|
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
@apply uppercase;
|
|
}
|
|
}
|