contributors, Interface administrators, uploadaccess
875
edits
No edit summary |
No edit summary |
||
Line 43: | Line 43: | ||
margin-bottom: 10px; /* Adjust the margin as needed */ | margin-bottom: 10px; /* Adjust the margin as needed */ | ||
} | } | ||
/* Reset styles for lists */ | |||
.category-list { | |||
padding: 0; | |||
margin: 0; | |||
display: flex; | |||
justify-content: center; | |||
} | |||
/* Style for each list item */ | |||
.category-link { | |||
margin: 0 10px; /* Adjust as needed */ | |||
list-style: none; | |||
} | |||