From 644034ae62b2a3caa4173aa96a8c050979188fc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juli=C3=A1n=20Benegas?= Date: Thu, 22 Oct 2020 19:14:11 -0300 Subject: [PATCH] improve transition duration --- components/core/Layout/Layout.module.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/core/Layout/Layout.module.css b/components/core/Layout/Layout.module.css index 54fc80eb8..bb90675a6 100644 --- a/components/core/Layout/Layout.module.css +++ b/components/core/Layout/Layout.module.css @@ -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; }