ourstheirs
ourstheirs copied to clipboard
Added support for mobile-view using media queries
- Added media queries for implementing mobile-view.
- Changed font sizing units from absolute to relative.
- Used flexboxes for perfecting mobile-view.
- Added an animated arrow icon on the title page.
Hey @rohan-verma19! Thanks for working on this.
I see some layout issues when using a PC screen, can you check?
I changed the font-sizing units from rem
to viewport width units and removed the 100vh height in the .scrollblock
class. I believe that fixed the issue.
Forgot to add padding to the top of each of the side-by-side boxes. Added that as well.
Hey @Nitaym, I have fixed the issues to the best of my abilities, could you merge my changes?
Hey @Nitaym, it's been 3 months since my PR on this project. Could you please review the changes once and merge them?