carhop__carhop-theme__DEV/resources/css/pages/home.css
2026-05-13 18:02:41 +02:00

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;
}
}