sarahciston commited on
Commit
50c778c
1 Parent(s): ddbe247

add margin to module boxes, grid not working

Browse files
Files changed (1) hide show
  1. style.css +1 -1
style.css CHANGED
@@ -143,7 +143,7 @@ button.submit:active {
143
 
144
  .module {
145
  background-color: #ede2fe;
146
- /* margin: rem; */
147
  }
148
 
149
  .grid-container {
 
143
 
144
  .module {
145
  background-color: #ede2fe;
146
+ margin: 1rem;
147
  }
148
 
149
  .grid-container {