Remove spaces between inline-block elements
.box-wrapper{
letter-spacing: -0.3em;
}
.box{
display: inline-block;
letter-spacing: normal;
}
The value -0.3em
depends on the fonts space character width. But -0.3em
should work for the most fonts.
Written by Martin Auswöger
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Css
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#