mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-03-01 12:44:37 +00:00
fix(webapp): fix landscape image distances (#9299)
This commit is contained in:
parent
f40398ec66
commit
8feb34a41a
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user