Spaces:
Running
Running
add
Browse files- static/style.css +1 -0
static/style.css
CHANGED
@@ -10,6 +10,7 @@ body {
|
|
10 |
min-height: 100vh;
|
11 |
color: #5a3e2b;
|
12 |
overflow-x: hidden;
|
|
|
13 |
}
|
14 |
|
15 |
body::after {
|
|
|
10 |
min-height: 100vh;
|
11 |
color: #5a3e2b;
|
12 |
overflow-x: hidden;
|
13 |
+
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
14 |
}
|
15 |
|
16 |
body::after {
|