anitab-org / anitab-forms-web

AnitaB Forms (web), an application to process smaller 4-week or full day programs to contribute to open source projects. Similar to GSoC, Outreachy, or RGSoC. This is the web app.
GNU General Public License v3.0
42 stars 78 forks source link

fix: login and register page responsive #201

Open pankajsahu221 opened 2 years ago

pankajsahu221 commented 2 years ago

Description

Login and Register page UI is made responsive for all devices. It used to get unresponsive for tablet and mobile devices, Made both pages fully responsive.

Fixes #105

Type of Change:

Code/Quality Assurance Only

How Has This Been Tested?

Resize the screen size to see the responsiveness of the pages.

anitab-mob anitab-mob2

Checklist:

Code/Quality Assurance Only

Additional Context

I used React-bootstrap containers and their classes for the login and register page container and to make it responsive for all devices. Any suggestions are welcome.

pankajsahu221 commented 2 years ago

@codesankalp please have a look at this pull request.