lbry-desktop/ui/scss/component/_meme.scss
2021-07-19 14:17:43 -04:00

13 lines
244 B
SCSS

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