Spaces:
Running
Running
Update script.css
Browse files- script.css +3 -1
script.css
CHANGED
|
@@ -255,7 +255,9 @@ body {
|
|
| 255 |
box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
|
| 256 |
display: flex;
|
| 257 |
flex-direction: column;
|
| 258 |
-
|
|
|
|
|
|
|
| 259 |
}
|
| 260 |
|
| 261 |
.card-pricing {
|
|
|
|
| 255 |
box-shadow: 0 12px 30px rgba(15, 23, 42, 0.06);
|
| 256 |
display: flex;
|
| 257 |
flex-direction: column;
|
| 258 |
+
align-items: flex-start; /* aligne tout le contenu à gauche */
|
| 259 |
+
justify-content: flex-start; /* place tout le contenu en haut */
|
| 260 |
+
text-align: left; /* garantit un alignement texte à gauche */
|
| 261 |
}
|
| 262 |
|
| 263 |
.card-pricing {
|