shanselman / firsttimersonly

The Repository for the FirstTimersOnly movement in Open Source. We want projects to reserve some issues for newbies.
MIT License
678 stars 432 forks source link

Fix footer-inner-ribbon padding / webrick dependency / Update README #122

Open Sajadmhy opened 2 years ago

Sajadmhy commented 2 years ago

The text in the footer's inner ribbon has only padding-bottom, making it not quite aligned with the ribbon itself. I changed the padding-bottom to padding to align it correctly.

Sajadmhy commented 2 years ago

For Ruby version 3.0.0 and higher, webrick dependency was needed.

Sajadmhy commented 2 years ago

The README lacked the details on how to run the project locally.