Anne-Charlotte commited on
Commit
bc0d23d
·
verified ·
1 Parent(s): 969d94d

Update script.css

Browse files
Files changed (1) hide show
  1. 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
- justify-content: space-between;
 
 
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 {