changed to v-show for list item vis

This commit is contained in:
booploops 2022-07-07 17:54:00 -07:00
parent 2cccb3185f
commit 38714e0440
2 changed files with 2 additions and 2 deletions

View file

@ -2051,7 +2051,7 @@ input[type="range"].web-slider.display--small::-webkit-slider-thumb {
// screen size > 1200px
@media screen and (min-width: 1500px) {
grid-template-columns: repeat(6, minmax(200px, 1fr));
grid-template-columns: repeat(5, minmax(200px, 1fr));
}
// less than 1100px
@media screen and (max-width: 1150px) {