[BUGFIX] css issues links in cards
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user