Fix World title W kerning on Homepage

This commit is contained in:
2021-11-17 21:50:08 +01:00
parent 85ee5fc2b7
commit bf54dccd57

View File

@@ -26,6 +26,10 @@
@include bp (sm) {
margin-top: calc(-1 * clamp(120px, 10vw, 216px));
}
span:first-child {
margin-right: -0.075em;
}
}
}