Spaces:
Runtime error
Runtime error
Update templates/escuchar_trauma1.html
Browse files
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 {
|