fixe left aligned text in navbar CTA button when hovering

This commit is contained in:
Federico Salvioli
2020-11-29 19:05:53 +01:00
parent 145c87499a
commit 87864f0be7

View File

@@ -15,7 +15,7 @@
overflow: hidden;
span{
position: relative;
display: block;
display: inline-block;
padding: 2px 0;
transition: transform .9s cubic-bezier(.19,1,.22,1);
transform-origin: left center;