JPLTedCas commited on
Commit
f183cd6
·
1 Parent(s): a77f799

Update templates/escuchar_trauma1.html

Browse files
Files changed (1) hide show
  1. templates/escuchar_trauma1.html +4 -0
templates/escuchar_trauma1.html CHANGED
@@ -73,6 +73,10 @@
73
  background-color: #333; /* Fondo oscuro */
74
  padding: 20px;
75
  margin: 10px 0;
 
 
 
 
76
  }
77
 
78
  button#recordButton {
 
73
  background-color: #333; /* Fondo oscuro */
74
  padding: 20px;
75
  margin: 10px 0;
76
+ display: flex;
77
+ flex-direction: column; /* Para alinear verticalmente */
78
+ align-items: center; /* Para centrar horizontalmente */
79
+ justify-content: center; /* Opcional para centrar verticalmente */
80
  }
81
 
82
  button#recordButton {