Changes

Jump to navigation Jump to search
no edit summary
Line 8: Line 8:  
     border-radius: 5px;
 
     border-radius: 5px;
 
     width: 100%;
 
     width: 100%;
    height: 10%;
   
     margin-bottom: 20px;
 
     margin-bottom: 20px;
 +
    padding: 10px;
 +
    display: grid; /* Use grid layout */
 +
    grid-gap: 10px; /* Space between grid items */
 +
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* Adjust number of columns based on available width */
 
}
 
}
  

Navigation menu