0
The following code sets the height of the .d-ruler element to 10rem and calculates the bottom margin to be -1rem.
0 Comments
.d-ruler { --height: 10rem; margin-bottom: calc(var(--height) * -1); }