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

14 lines
266 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;
2022-05-31 17:02:44 +02:00
// margin-bottom: var(--spacing-m);
2021-07-19 20:16:55 +02:00
@media (min-width: $breakpoint-small) {
2021-07-19 20:16:55 +02:00
font-size: 1.2rem;
2022-05-31 17:02:44 +02:00
// margin-bottom: var(--spacing-l);
margin-bottom: 0;
}
2021-07-19 20:16:55 +02:00
}