Skip to content

Commit

Permalink
KAW-7745 Fixing cls
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Aug 16, 2024
1 parent 16b187d commit 56db2b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blocks/columns/columns.css
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@

.columns.gallery .columns-img-col {
position: relative;
width: calc((100% - 90px) / 4);
}

.columns.gallery .columns-img-col::after {
Expand Down Expand Up @@ -131,7 +132,7 @@
margin: auto;
}

.columns.products img {
.columns.products p > picture img {
aspect-ratio: 10 / 7;
}

Expand Down

0 comments on commit 56db2b3

Please sign in to comment.