Skip to content

Tailwind CSS grid for about page moderators  #739

@jbampton

Description

@jbampton

medium

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

No one assigned

    Type

    Projects

    Status

    In Progress

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions