Team254 / cheesy-parts

Part management database written for the 2013 season.
BSD 2-Clause "Simplified" License
22 stars 45 forks source link

Fix misaligned project list items on Projects tab #18

Closed WardBenjamin closed 6 years ago

WardBenjamin commented 6 years ago

Without additional styling, the project list items are not aligned with the bullet points from the

  • styling.

    Before:

    image

    After:

    image

    This could have been accomplished via directly adding the CSS to the line, but I prefer using classes where possible.

  • WardBenjamin commented 6 years ago

    This is actually a problem with all of the tabs; I'm going to close this and open a new PR fixing all of them at once.