From 27af9266efb981dbc4000cf981fe7d9d4a26b8b3 Mon Sep 17 00:00:00 2001 From: David Bernard Date: Wed, 4 Dec 2024 20:01:40 +0100 Subject: [PATCH] style: fix css format --- cdviz-site/landingpage/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cdviz-site/landingpage/style.css b/cdviz-site/landingpage/style.css index 23c3e80..0d2839a 100644 --- a/cdviz-site/landingpage/style.css +++ b/cdviz-site/landingpage/style.css @@ -51,7 +51,7 @@ @apply cursor-pointer transition-all duration-300; @apply hover:scale-105 hover:cursor-pointer hover:shadow-lg; } - + .btn { @apply rounded-lg bg-secondary px-6 py-3 text-text; @apply focus:outline-none focus:ring-2 focus:ring-secondary focus:ring-offset-2;