Improvements in performance / Better structure
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(500px, max-content));
|
||||
gap: 1em;
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.missingFactories {
|
||||
|
||||
Reference in New Issue
Block a user