4,090
edits
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: | 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 */ | ||
} | } |