Closed Lonecloud7 closed 1 year ago
Nice work @Lonecloud7, loved the fractioning code part.
But, there are a few more things that need to be changed in the responsiveness part. I might open a more informative issue on responsiveness with Figma designs
I will have to say this again, amazing work dude :)
Thanks mehn, it was fun
-So the first change I made was to break up the landing page into several components to make troubleshooting and to navigate the CSS much easier for me (The original landing page JS file is in
\Algorithmist\client\src\Screen\LandingPageComponents\OriginalLandingPage.js
-There are some CSS I felt didn't serve a purpose after the changes and I commented them out, I left a comment next to the changes.
-Then I set up several media queries directly under where the classes were called in styled-components so my changes could be easily found.