Changes

From Life After BOB Wiki
no edit summary
Line 98: Line 98:  
   display: grid;
 
   display: grid;
 
   justify-items:center;
 
   justify-items:center;
 +
  width:100%;
 
   grid-gap: 10px;
 
   grid-gap: 10px;
 
   grid-template-columns: repeat(auto-fill, 120px);
 
   grid-template-columns: repeat(auto-fill, 120px);