Tweak the top corners of the container on the card perma

This commit is contained in:
Adrien Maston
2026-01-07 16:31:07 +01:00
parent 8508f1341a
commit 241ce9fd7a
+5
View File
@@ -34,6 +34,11 @@
margin-block-start: 0;
}
.card-perma__bg {
border-start-start-radius: calc(0.2em + clamp(0.25rem, 2vw, var(--padding-block)));
border-start-end-radius: calc(0.2em + clamp(0.25rem, 2vw, var(--padding-block)));
}
/* Search
/* ------------------------------------------------------------------------ */