GridRepCollection should start from the left

This commit is contained in:
Justin Edmund 2022-12-25 21:52:22 -08:00
parent d64e9824c0
commit 3acd2fa262

View file

@ -1,6 +1,6 @@
.GridRepCollection {
display: grid;
grid-template-columns: auto auto auto;
grid-template-columns: 1fr 1fr 1fr;
margin: 0 auto;
padding: 0;
width: fit-content;