I am trying to achieve a clean look with a solid blue line under my table header. However, the current styling on each th
is causing little white separations in between each column.
thead th {
border-bottom: 4px solid #D3E6F5;
padding-bottom: 20px;
}
You can view and test my code through this JSFiddle link.