First working version
This commit is contained in:
4
components/Home.module.css
Normal file
4
components/Home.module.css
Normal file
@@ -0,0 +1,4 @@
|
||||
.grid {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fit, minmax(500px, max-content));
|
||||
}
|
||||
Reference in New Issue
Block a user