diff --git a/resources/css/components/article-card.css b/resources/css/components/article-card.css index b4b3c56..304ec7c 100644 --- a/resources/css/components/article-card.css +++ b/resources/css/components/article-card.css @@ -2,18 +2,18 @@ @apply p-6 relative !flex flex-col pt-16; svg { - @apply absolute top-0 left-0 w-full h-full; + @apply absolute top-0 left-0 w-full h-full overflow-visible; z-index: -1; path { stroke-width: 0; - vector-effect: non-scaling-stroke; + /* vector-effect: non-scaling-stroke; */ } } &:hover { svg { path { - stroke-width: 8px; + stroke-width: 6px; } } &:after {