fix smol css error

This commit is contained in:
Nico 2023-04-19 16:48:23 +02:00
parent b1fbffc23f
commit eb410418be
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}