Changes

no edit summary
Line 49: Line 49:  
   width: 20%;
 
   width: 20%;
 
   margin: auto;
 
   margin: auto;
   padding: 5px 10px;
+
   padding: 2px 10px;
 
   display: flex;
 
   display: flex;
 
   flex-wrap: nowrap;
 
   flex-wrap: nowrap;
 
   background-color: black;
 
   background-color: black;
 
   justify-content: center;
 
   justify-content: center;
 +
  line-height: 0.7;
 
}
 
}
 
.flex-left > div {
 
.flex-left > div {
Line 61: Line 62:  
   max-width: 150px;
 
   max-width: 150px;
 
   aspect-ratio: 4 / 3;
 
   aspect-ratio: 4 / 3;
   margin: 2px;
+
   margin: 1px;
 
   align-self: center;
 
   align-self: center;
 
}
 
}
1,421

edits