Fix totals box background height

This commit is contained in:
Montana 2019-06-07 09:42:28 -04:00
parent 80c6942c3b
commit 4e005ad98c

View File

@ -113,7 +113,7 @@
margin-left: $gap * 6;
margin-top: $gap * 3;
width: 33.77%;
max-height: 45rem;
height: fit-content;
background-color: $color-gray-lightest;
}