Correct padding on index of zips table top row

This commit is contained in:
copernicus-mogley 2020-01-24 15:45:02 +01:00 committed by Daira Hopwood
parent 9e203fca7e
commit 45cf08e21d
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ td:first-child {
text-align: center;
}
#index-of-zips table th:first-child + th, #index-of-zips table td:first-child + td {
#index-of-zips table td:first-child + td {
padding: 0;
}