CSS: Reduce letter-spacing for centered-ghost

This commit is contained in:
Eric Lippmann 2016-11-17 10:21:17 +01:00
parent 4891afd646
commit 4d60bc9c3f
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ a:hover > .icon-cancel {
.centered-ghost {
height: 100%;
text-align: center;
letter-spacing: -1em; // Remove gap between content and ghost
letter-spacing: -0.417em; // Remove gap between content and ghost
}
.centered-ghost > * {