Fix styles for remixed teams

This commit is contained in:
Justin Edmund 2023-01-28 00:58:21 -08:00
parent 3d71ad1d8b
commit 89e1709994

View file

@ -344,6 +344,7 @@
display: flex;
flex-direction: column;
gap: $unit-2x;
width: 752px;
h3 {
font-size: $font-medium;
@ -351,9 +352,13 @@
}
.GridRepCollection {
gap: $unit-2x;
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
margin-left: $unit-2x * -1;
margin-right: $unit-2x * -1;
.GridRep {
min-width: 200px;
}
}
}
}