lbry-desktop/ui/scss/component/_meme.scss
2022-05-31 17:02:44 +02:00

13 lines
266 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);
margin-bottom: 0;
}
}