Skip to main content

Activity

commented on Table styling
I fixed the problem. I added this code to _tables.scss

.text-content table td {
vertical-align: top;
padding: 10px 0px;
}
.text-content table td img {
margin-right: 20px;
}

Now it looks nice.
posted 2014-04-25 10:49:02 -0700