Changes

Jump to navigation Jump to search
no edit summary
Line 93: Line 93:  
   align-items: center; /* Centers content vertically */
 
   align-items: center; /* Centers content vertically */
 
   height: auto; /* Set height to auto to accommodate content */
 
   height: auto; /* Set height to auto to accommodate content */
  max-height: 150px; /* Set a maximum height to prevent it from becoming too large */
   
   margin: 0 auto; /* Centers the div horizontally */
 
   margin: 0 auto; /* Centers the div horizontally */
 
   padding: 20px; /* Adds some padding for better spacing */
 
   padding: 20px; /* Adds some padding for better spacing */

Navigation menu