Add gap between gmail and images

Here is the code pen-https://codepen.io/kirito-excalibur/pen/JjOLrxM
See gmail and images are stuck together. How to add space between them?

1 Like

Generally, there’s some space among more than one anchor tag and doesn’t seem to have such issues. You should try padding or margin like this,

or fix if you have done something fishy in the boy or * selector css.

.links a{
padding-left: 1%;
}

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.