Adjust meme text margin bottom
This commit is contained in:
parent
9b2cc7eb79
commit
a4834706e3
2 changed files with 5 additions and 4 deletions
|
@ -3,10 +3,11 @@
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: var(--spacing-m);
|
// margin-bottom: var(--spacing-m);
|
||||||
|
|
||||||
@media (min-width: $breakpoint-small) {
|
@media (min-width: $breakpoint-small) {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
margin-bottom: var(--spacing-l);
|
// margin-bottom: var(--spacing-l);
|
||||||
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -568,7 +568,7 @@ img {
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
line-height: 1;
|
line-height: 1;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
margin-bottom: var(--spacing-m);
|
// margin-bottom: var(--spacing-m);
|
||||||
|
|
||||||
> .button {
|
> .button {
|
||||||
white-space: initial;
|
white-space: initial;
|
||||||
|
@ -576,7 +576,7 @@ img {
|
||||||
|
|
||||||
@media (min-width: $breakpoint-small) {
|
@media (min-width: $breakpoint-small) {
|
||||||
font-size: 1.2rem;
|
font-size: 1.2rem;
|
||||||
margin-bottom: var(--spacing-l);
|
// margin-bottom: var(--spacing-l);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (max-width: $breakpoint-small) {
|
@media (max-width: $breakpoint-small) {
|
||||||
|
|
Loading…
Reference in a new issue