/*
Theme Name: McLuhan Child
Template: mcluhan
*/

.grid-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
