Skip to content

Commit

Permalink
KAW-8174 Fix dots and margins
Browse files Browse the repository at this point in the history
  • Loading branch information
TomaszDziezykNetcentric committed Oct 21, 2024
1 parent 44896e4 commit 8fd59ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion blocks/feature/feature.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
}

.feature .feature-image {
width: 100vw;
margin-left: calc((100vw - 100%) / -2);
margin-right: calc((100vw - 100%) / -2);
}

.feature .feature-image picture {
Expand All @@ -36,6 +36,7 @@
right: 0;
top: calc(75vw + 40px);
margin-right: calc(var(--section-x-padding) * -1);
z-index: 1;
}

.feature .feature-slide-nav-item {
Expand Down Expand Up @@ -80,6 +81,7 @@

.feature .feature-image {
width: calc(50vw - 12px);
margin-right: unset;
}

.feature .feature-text {
Expand Down

0 comments on commit 8fd59ca

Please sign in to comment.