FatimaGr commited on
Commit
9e1ac8d
·
verified ·
1 Parent(s): 9e12046
Files changed (1) hide show
  1. 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 {