fix(webapp): fix landscape image distances (#9299)

This commit is contained in:
Ulf Gebhardt 2026-02-25 16:43:34 +01:00 committed by GitHub
parent f40398ec66
commit 8feb34a41a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -496,6 +496,7 @@ export default {
.post-teaser--horizontal > .os-card {
@media (min-width: 640px) {
flex-direction: row;
padding-bottom: 0 !important;
> .os-card__hero-image {
flex: 0 0 40%;
@ -517,6 +518,7 @@ export default {
> .os-card__content {
flex: 1;
min-width: 0;
padding-bottom: $space-x-small !important;
}
.post-ribbon-w-img {