Changes

From Life After BOB Wiki
no edit summary
Line 98: Line 98:  
   grid-template-columns: repeat(auto-fill, 120px);
 
   grid-template-columns: repeat(auto-fill, 120px);
    +
}
 +
 +
.mp-category-grid>* {
 +
  width: 120px;
 
}
 
}