changed to v-show for list item vis
This commit is contained in:
parent
2cccb3185f
commit
38714e0440
2 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue