lbry-desktop/ui/scss/component/_meme.scss

13 lines
244 B
SCSS
Raw Normal View History

2021-07-19 20:16:55 +02:00
.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);
}
}