Added Zero Tolerance channel to network.

This commit is contained in:
DebaucheryLibrarian
2021-01-22 00:26:06 +01:00
parent 3babb9ee68
commit b16cc26024
23 changed files with 235 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ export default {
width: 100%;
display: grid;
grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
grid-gap: 1rem;
grid-gap: .5rem;
box-sizing: border-box;
padding: 1rem;
}