4
0
forked from crowetic/commerce

improve transition duration

This commit is contained in:
Julián Benegas 2020-10-22 19:14:11 -03:00
parent 791c4c2fcc
commit 644034ae62

View File

@ -1,4 +1,4 @@
.root {
@apply h-full bg-primary mx-auto;
@apply h-full bg-primary mx-auto transition-colors duration-150;
max-width: 2460px;
}