carhop__carhop-theme__DEV/resources/css/blocks/sitemap.css
2025-10-15 09:52:43 +02:00

39 lines
745 B
CSS

.sitemap {
h1.sitemap__title,
h2,
h3 {
color: var(---content-box-text-color) !important;
}
h1.sitemap__title {
@apply text-center uppercase tracking-widest mb-32;
}
h2.website-title {
@apply mb-4 !font-semibold !tracking-widest;
}
h3.menu-title {
@apply font-normal uppercase tracking-widest text-4xl;
}
ul {
@apply mt-12 grid md:grid-cols-2 lg:grid-cols-3 gap-12;
li {
@apply list-none text-center;
a {
@apply flex flex-col items-center justify-center underline underline-offset-4;
}
}
}
.website-menu-list {
@apply mb-32;
}
}
.sitemap__inner {
@apply container;
}
.sitemap__title {
@apply text-2xl font-bold;
}