fixed: left aligned text in navbar CTA button when hovering

This commit is contained in:
Kausar Ahmed
2020-12-06 22:29:30 +06:00
committed by GitHub

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;