Spaces:
Sleeping
Sleeping
Commit
·
ec5c50b
1
Parent(s):
f4ec1c6
Update templates/escuchar_uro1.html
Browse files
templates/escuchar_uro1.html
CHANGED
@@ -53,12 +53,14 @@
|
|
53 |
color: #fff; /* Texto blanco */
|
54 |
align-items: center;
|
55 |
justify-content: center;
|
|
|
56 |
}
|
57 |
button#stopButton {
|
58 |
background-color: #8b0000; /* Color de fondo */
|
59 |
color: #fff; /* Texto blanco */
|
60 |
align-items: center;
|
61 |
justify-content: center;
|
|
|
62 |
}
|
63 |
/* Estilos para pantallas pequeñas (por ejemplo, hasta 768px) */
|
64 |
@media screen and (max-width: 768px) {
|
|
|
53 |
color: #fff; /* Texto blanco */
|
54 |
align-items: center;
|
55 |
justify-content: center;
|
56 |
+
font-size: 18px;
|
57 |
}
|
58 |
button#stopButton {
|
59 |
background-color: #8b0000; /* Color de fondo */
|
60 |
color: #fff; /* Texto blanco */
|
61 |
align-items: center;
|
62 |
justify-content: center;
|
63 |
+
font-size: 18px;
|
64 |
}
|
65 |
/* Estilos para pantallas pequeñas (por ejemplo, hasta 768px) */
|
66 |
@media screen and (max-width: 768px) {
|