From eb410418bef3f3e049eb4b155497de8d268a14f8 Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 19 Apr 2023 16:48:23 +0200 Subject: [PATCH] fix smol css error --- src/styles/utilities/wrapper.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/styles/utilities/wrapper.css b/src/styles/utilities/wrapper.css index 17ab720..d338ba0 100644 --- a/src/styles/utilities/wrapper.css +++ b/src/styles/utilities/wrapper.css @@ -35,5 +35,5 @@ .wrapper.full-width-color { /* https://codepen.io/t_afif/pen/oNEaqQX */ border-image: conic-gradient(var(--color-full-width, var(--color-light)) 0 0) - fill 0 //0 100vw;; + fill 0 //0 100vw; }