MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 30: Line 30:
   display: flex;
   display: flex;
   flex-wrap: wrap; /* Allow items to wrap to the next line */
   flex-wrap: wrap; /* Allow items to wrap to the next line */
   max-width: 1000px; /* Set a maximum width for the container */
   max-width: 100%; /* Set a maximum width for the container */
   margin: 0 auto; /* Center the container on the page, adjust as needed */
   margin: 0 auto; /* Center the container on the page, adjust as needed */
}
}

Navigation menu