4
0
forked from crowetic/commerce

Transitions

This commit is contained in:
Belen Curcio 2020-10-05 14:33:10 -03:00
parent a25da7d6cf
commit af14efcf02
2 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,7 @@ const Navbar: FC<Props> = ({ className }) => {
return (
<Container className={rootClassName}>
<Link href="/">
<h1 className="cursor-pointer">
<h1 className="inline-block cursor-pointer">
<Logo />
</h1>
</Link>

View File

@ -1,2 +1,3 @@
.root {
@apply transition-all duration-75 ease-in-out;
}