Moving files around
This commit is contained in:
14
components/home/Home.module.css
Normal file
14
components/home/Home.module.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(500px, max-content));
|
||||
}
|
||||
|
||||
.missingFactories {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.1em;
|
||||
}
|
||||
|
||||
.missingFactories > * {
|
||||
width: max-content;
|
||||
}
|
||||
Reference in New Issue
Block a user