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
Optimize the layout for the admin overview page for smaller screens.
The current breakpoints for this project can be found in src/styles/base/_breakpoints.scss, and you can either use css media queries or the prebuilt mixins/functions that are already included in that breakpoints file. The react component for the admin overview page can be found at src/apps/admin/pages/Overview.tsx, but it may use components from other parts of the repo. Feel free to change any of the other styles, or create new SCSS files if needed.
The text was updated successfully, but these errors were encountered:
Info
Optimize the layout for the admin overview page for smaller screens.
The current breakpoints for this project can be found in
src/styles/base/_breakpoints.scss
, and you can either use css media queries or the prebuilt mixins/functions that are already included in that breakpoints file. The react component for the admin overview page can be found atsrc/apps/admin/pages/Overview.tsx
, but it may use components from other parts of the repo. Feel free to change any of the other styles, or create new SCSS files if needed.The text was updated successfully, but these errors were encountered: