Fix styles for remixed teams
This commit is contained in:
parent
3d71ad1d8b
commit
89e1709994
1 changed files with 6 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue