CSR-120: adjust height on Vehicle Year page

This commit is contained in:
Adam Caouette 2021-11-23 16:43:42 -05:00
parent 7a60dd1d9e
commit a05afd9873

View file

@ -42,7 +42,7 @@ export default {
.car_list {
// Height will be determined by overall height of content above list
height: calc(100% - 110px);
height: calc(100% - 243px);
width: calc(100% - 1rem);
}
}