Skip to content

Commit

Permalink
adjustemnt
Browse files Browse the repository at this point in the history
  • Loading branch information
santi-homps committed Feb 13, 2024
1 parent 02127e5 commit 44b6372
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions blocks/v2-media-with-content/v2-media-with-content.css
Original file line number Diff line number Diff line change
Expand Up @@ -83,18 +83,17 @@ li.v2-media-with-content__list-item {
gap: 90px;
}

.v2-media-with-content__column img {
width: 100%;
max-width: 800px;
}

.v2-media-with-content__column.column-with-text {
display: flex;
flex-direction: column;
justify-content: center;
width: calc(45% + 90px);
min-width: 350px;
}

.v2-media-with-content__column img {
max-width: 800px;
}

.v2-media-with-content__content-wrapper .v2-media-with-content__column.column-with-text {
margin-right: calc(calc(100vw - var(--wrapper-width)) / 2);
Expand Down

0 comments on commit 44b6372

Please sign in to comment.