Select Git revision
navbar.html
banner.pcss 240 B
.banner {
@apply p-4 flex flex-wrap flex-col;
}
.banner__icon {
font-size: 3rem;
@screen md {
font-size: 4rem;
}
@screen lg {
font-size: 9rem;
}
}
.banner__body {
@apply mt-auto;
}
.banner__cta {
@apply mt-4;
}