mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +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 {
|
.post-teaser--horizontal > .os-card {
|
||||||
@media (min-width: 640px) {
|
@media (min-width: 640px) {
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
padding-bottom: 0 !important;
|
||||||
|
|
||||||
> .os-card__hero-image {
|
> .os-card__hero-image {
|
||||||
flex: 0 0 40%;
|
flex: 0 0 40%;
|
||||||
@ -517,6 +518,7 @@ export default {
|
|||||||
> .os-card__content {
|
> .os-card__content {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
min-width: 0;
|
min-width: 0;
|
||||||
|
padding-bottom: $space-x-small !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.post-ribbon-w-img {
|
.post-ribbon-w-img {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user