Mobile is hella broken, this makes it one notch less broken but still hella broken
9 lines
208 B
SCSS
9 lines
208 B
SCSS
.GridRepCollection {
|
|
display: grid;
|
|
grid-template-columns: repeat(auto-fit, 332px);
|
|
margin: 0 auto;
|
|
padding: 0;
|
|
transition: opacity 0.14s ease-in-out;
|
|
// width: fit-content;
|
|
max-width: 996px;
|
|
}
|