Select Git revision
article-detail.mustache
banner.pcss 283 B
.banner {
@apply px-4 py-8 flex flex-wrap flex-col;
@screen lg {
@apply px-8;
}
}
.banner__icon {
font-size: 3rem;
@screen md {
font-size: 4rem;
}
@screen lg {
font-size: 9rem;
}
}
.banner__body {
@apply mt-auto;
}
.banner__cta {
@apply mt-8;
}