olimpa commited on
Commit
97b88ec
1 Parent(s): 40ba65f

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -2
index.html CHANGED
@@ -58,7 +58,7 @@
58
  flex-wrap: wrap;
59
  margin: -1px;
60
  }
61
- .cell {
62
  flex-basis: calc(100% / 7);
63
  height: 50px;
64
  border: 1px solid #ccc;
@@ -69,6 +69,7 @@
69
  font-size: 16px;
70
  padding: 10px;
71
  box-sizing: border-box;
 
72
  }
73
  .cell-header {
74
  background-color: #eee;
@@ -215,4 +216,4 @@
215
  });
216
  </script>
217
  </body>
218
- </html>
 
58
  flex-wrap: wrap;
59
  margin: -1px;
60
  }
61
+ .cell {
62
  flex-basis: calc(100% / 7);
63
  height: 50px;
64
  border: 1px solid #ccc;
 
69
  font-size: 16px;
70
  padding: 10px;
71
  box-sizing: border-box;
72
+ text-align: center;
73
  }
74
  .cell-header {
75
  background-color: #eee;
 
216
  });
217
  </script>
218
  </body>
219
+ </html>