ADRE9/bunk-manager-mern

Make the Footer Mobile responsive

Closed this issue · 5 comments

Deliverables:

  • Make the footer mobile responsive.
  • Make the icon size a little bigger.

Screenshots
Screenshot (233)

Can I work on this as part of gssoc'21?

Sure, Go ahead.

Icon size in the sense social icons right? @Sanyam2000-dot

All the styling right now is done only in inline format which means to add media queries for small-screens, I need to create a separate css file for that and transfer all the predefined styling for the footer to that as well and assign classes. So, should I proceed? Please suggest @Sanyam2000-dot

ADRE9 commented

@FireQueen-3010 actually the participant who made this was not aware of Material UI and wanted to contribute. So we had let him do it. But for now you need to use the syntax of Material UI. No inline styling. Use JSS. Documentation.