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

Update script.css

Browse files
Files changed (1) hide show
  1. script.css +4 -0
script.css CHANGED
@@ -260,6 +260,10 @@ body {
260
  text-align: left; /* garantit un alignement texte à gauche */
261
  }
262
 
 
 
 
 
263
  .card-pricing {
264
  position: relative;
265
  overflow: hidden;
 
260
  text-align: left; /* garantit un alignement texte à gauche */
261
  }
262
 
263
+ .card > *:last-child {
264
+ margin-top: auto; /* pousse le bouton vers le bas */
265
+ }
266
+
267
  .card-pricing {
268
  position: relative;
269
  overflow: hidden;