Skip to content

ui: Center footer summary and tagline on small screens #120

@O2sa

Description

@O2sa

Currently, the footer summary and tagline text may not be perfectly centered on smaller screens. Update the responsive classes in AppFooter to ensure they are centered on mobile devices while keeping the current layout on larger screens.

Tasks

  • Open components/app-footer.tsx.
  • Locate the container div that holds {t("footer.summary")} and {t("footer.tagline")}.
  • Add Tailwind classes like items-center and text-center for the mobile breakpoint.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions