Skip to content

Commit

Permalink
#43 Udpate content height calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
tdziezykDS committed Nov 17, 2023
1 parent af23976 commit af7f996
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blocks/v2-truck-features/v2-truck-features.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
justify-content: space-between;
}

@supports (height: 1svh) {
.v2-truck-features__content {
height: calc(100svh - var(--nav-height) - var(--inpage-navigation-height));
}
}

.v2-truck-features__heading {
font-family: var(--ff-subheadings-medium);
font-size: 32px;
Expand Down

0 comments on commit af7f996

Please sign in to comment.