-
-
Notifications
You must be signed in to change notification settings - Fork 71
Labels
Milestone
Description
While using two separate divs is clearer than the previous basis-full hack, it introduces redundancy by duplicating the container div with identical classes (flex flex-wrap justify-center gap-6).
A more maintainable and semantic approach would be to use a single container for all 'Brisbane Moderators' and control the layout with a different strategy, such as CSS Grid. This would keep the markup DRY (Don't Repeat Yourself) and group related elements within one parent container. Consider this for a future refactor.
Originally posted by @gemini-code-assist[bot] in #738 (comment)
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress