Adjust meme text margin bottom

This commit is contained in:
Raphael Wickihalder 2022-05-31 17:02:44 +02:00
parent 9b2cc7eb79
commit a4834706e3
No known key found for this signature in database
GPG key ID: 05179BB92383243D
2 changed files with 5 additions and 4 deletions

View file

@ -3,10 +3,11 @@
font-weight: bold;
line-height: 1;
font-size: 1rem;
margin-bottom: var(--spacing-m);
// margin-bottom: var(--spacing-m);
@media (min-width: $breakpoint-small) {
font-size: 1.2rem;
margin-bottom: var(--spacing-l);
// margin-bottom: var(--spacing-l);
margin-bottom: 0;
}
}

View file

@ -568,7 +568,7 @@ img {
font-weight: bold;
line-height: 1;
font-size: 1rem;
margin-bottom: var(--spacing-m);
// margin-bottom: var(--spacing-m);
> .button {
white-space: initial;
@ -576,7 +576,7 @@ img {
@media (min-width: $breakpoint-small) {
font-size: 1.2rem;
margin-bottom: var(--spacing-l);
// margin-bottom: var(--spacing-l);
}
@media (max-width: $breakpoint-small) {