Open schlosser opened 9 years ago
<table> tags and related elements are hard for many reasons, not the last of which that they are super hard to make responsive. We should move to some sort of <div class="table"></div> approach.
<table>
<div class="table"></div>
<table>
tags and related elements are hard for many reasons, not the last of which that they are super hard to make responsive. We should move to some sort of<div class="table"></div>
approach.