home partout et pour tous

This commit is contained in:
2026-04-27 11:44:49 +02:00
parent 208456f98e
commit 6c2be0ca71
7 changed files with 87 additions and 45 deletions

View File

@@ -17,7 +17,7 @@
{{ title }}
</DsHeading>
<!-- Description -->
<DsText as="p" tone="default" :clamp="3" class="rounded-card__description">
<DsText as="p" tone="default" :clamp="6" class="rounded-card__description">
{{ description }}
</DsText>
@@ -47,7 +47,7 @@
<style lang="scss">
.rounded-card {
padding: 16px;
padding: 13px;
box-shadow: 0px -1px 20px rgba(0, 0, 0, 0.18);
.rounded-card__grid {
@@ -64,7 +64,7 @@
padding-top: 13px;
padding-bottom: 10px;
background: white;
max-width: 85%;
max-width: 93%;
justify-self: center;
position: relative;
margin-top: -7px;