You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Currently, the footer summary and tagline text may not be perfectly centered on smaller screens. Update the responsive classes in
AppFooterto ensure they are centered on mobile devices while keeping the current layout on larger screens.Tasks
components/app-footer.tsx.{t("footer.summary")}and{t("footer.tagline")}.items-centerandtext-centerfor the mobile breakpoint.