piyushgarg-dev / review-app

Frontend Review Management Application | https://youtu.be/JD3NQsB3TQI
https://review-app-five.vercel.app
GNU General Public License v3.0
193 stars 281 forks source link

fix: increase padding in 404 page #245

Closed Chaitanya-Shahare closed 1 year ago

Chaitanya-Shahare commented 1 year ago

there was no padding for left and right on the custom 404 page, so added some padding for the entire 404 page component

What does this PR do?

Fixes #244

Before

Screenshot 2023-10-23 at 12 33 30 PM

After

Screenshot 2023-10-23 at 12 34 00 PM

Type of change

How should this be tested?

  1. Go to app.localhost:3000/random
  2. You'll get to a 404 page
  3. Decrease the width of the page in inspect or view it in mobile mode
  4. There must be left and right padding and everything should be clearly visible

Mandatory Tasks

github-actions[bot] commented 1 year ago

Thank you for following the naming conventions! 🙏

Chaitanya-Shahare commented 1 year ago

I've added px-3 text-centre to the classes