13 lines
202 B
CSS
13 lines
202 B
CSS
body.home {
|
|
h1 {
|
|
@screen lg {
|
|
font-size: 3.4rem !important;
|
|
}
|
|
@screen 2xl {
|
|
font-size: 3.8rem !important;
|
|
}
|
|
line-height: 1.2;
|
|
@apply max-w-screen-lg mx-auto;
|
|
}
|
|
}
|