[BUGFIX] css issues links in cards

This commit is contained in:
Marie Birner
2025-08-03 10:46:27 +02:00
parent 44341317ab
commit ee4972b25c

View File

@@ -149,7 +149,7 @@ article {
position: relative;
padding: clamp(1rem, 1.875rem + 2vw, 3rem);
&::before {
&::after {
content: '';
border: 1px solid var(--pico-color);
display: block;
@@ -160,6 +160,7 @@ article {
left: 50%;
transform: translate3d(-50%, -50%, 0) scale(1.015) rotate(0.5deg);
border-radius: 1% 1% 2% 4% / 2% 6% 5% 4%;
z-index: -1;
}
}