meme style

This commit is contained in:
zeppi 2021-07-19 14:16:55 -04:00 committed by jessopb
parent 90e2a225e4
commit be9640972e

View file

@ -0,0 +1,12 @@
.home__meme {
text-align: center;
font-weight: bold;
line-height: 1;
font-size: 1rem;
margin-bottom: var(--spacing-m);
@media (min-width: $breakpoint-small) {
font-size: 1.2rem;
margin-bottom: var(--spacing-l);
}
}