@ -13,8 +13,8 @@
border-radius: 12px;
color: white;
display: flex;
width: 100%;
align-items: flex-start;
width: 49%; /* Chaque citation occupe 45% de la largeur pour laisser 5% d'espace */
box-sizing: border-box;
padding: 0;
height: 150px;
@ -32,6 +32,7 @@
justify-content: center;
}
.quote {
background: linear-gradient(180deg, rgba(187,211,249,1) 0%, rgba(199,246,196,1) 100%);