Changes

Jump to navigation Jump to search
no edit summary
Line 70: Line 70:     
#categories-container{
 
#categories-container{
width:100%;
+
width:80%;
    
margin-top:2%;
 
margin-top:2%;
Line 183: Line 183:  
   justify-content: space-around;
 
   justify-content: space-around;
 
   width:100%;
 
   width:100%;
   grid-gap: 2%;
+
   row-gap:0px;
 +
  column-gap:1px;
 
   grid-template-columns: repeat(auto-fill, 100px);
 
   grid-template-columns: repeat(auto-fill, 100px);
   Line 191: Line 192:  
   width: 60px;
 
   width: 60px;
 
   text-align:center;
 
   text-align:center;
 +
  border-radius:10px;
 +
  border:1px grey solid;
 
}
 
}
  

Navigation menu