Adjust meme text spacing & fix ad tile title size (#1602)

This commit is contained in:
Rave | 図書館猫 2022-05-31 17:37:10 +02:00 committed by GitHub
parent d4f2236ea3
commit 2baddb1b1e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 10 additions and 0 deletions

View file

@ -152,6 +152,13 @@
}
}
.ads__claim-text--small {
.ads__title {
font-size: var(--font-small) !important;
margin-bottom: 0;
}
}
.ad__container {
width: 100%;
}

View file

@ -578,6 +578,9 @@ img {
font-size: 1.2rem;
// margin-bottom: var(--spacing-l);
}
@media (min-width: $breakpoint-medium) {
margin-bottom: -3.7rem;
}
@media (max-width: $breakpoint-small) {
margin-top: var(--spacing-s);