meme style
This commit is contained in:
parent
90e2a225e4
commit
be9640972e
1 changed files with 12 additions and 0 deletions
12
ui/scss/component/_meme.scss
Normal file
12
ui/scss/component/_meme.scss
Normal 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);
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue