Comments on Diamond Tabs [F2U] All Comments

I had to fix some things to make it look a bit better on mobile! 

- Changed the INFO tab's info boxes to be separate rows on mobile. (replaced all <div class="col px-lg-2"> with <div class="col-lg px-lg-2">)
- Made all DESIGN tab and TRIVIA tab's Optional/Not Optional and Likes/Dislikes boxes turn into separate boxes on mobile. (replaced all <div class="col px-lg-2 pl-sm-3 pl-lg-0"> and <div class="col-sm-12 col-lg-6 px-lg-2 pl-sm-3 pl-lg-0"> with <div class="col-lg px-lg-2 pl-sm-3 pl-lg-0"> + Added <hr class="m-1 d-lg-none"> after each "LIKES" list and "OPTIONAL" list)

If you already used the code and don't want to re-code but still want the update implemented, you can send the code to me and I'll add the updates.