ajout pro et tailwind

This commit is contained in:
2026-04-20 11:37:03 +02:00
parent c3f236eac9
commit 9e421b1d08
13 changed files with 2732 additions and 82 deletions

View File

@@ -67,14 +67,16 @@
max-width: 85%;
justify-self: center;
position: relative;
margin-top: -50px;
margin-top: -7px;
border-radius: 20px;
}
.rounded-card__meta {
margin-top: calc(var(--sp-4) * -1);
}
.rounded-card__title {
text-transform: uppercase;
}
.rounded-card__title-link {
color: inherit;
text-decoration: none;
@@ -88,10 +90,6 @@
}
}
.rounded-card__description {
margin-top: 10px;
margin-bottom: 20px;
}
.rounded-card__actions {
margin-top: auto;
}