drupalpune / campsite

0 stars 7 forks source link

Add border to table cells #170

Closed ajitdev closed 3 weeks ago

ajitdev commented 3 weeks ago

Adding border to td would make the sponsors page look good.

This should do:

td {
    border: 1px solid;
    padding: 10px;
}

Before: image

After: image

abhisekmazumdar commented 3 weeks ago

Changes pushed and fixed.

abhisekmazumdar commented 3 weeks ago

Deployed