LeireTedCas commited on
Commit
c6f4013
1 Parent(s): e195a35

Update templates/escuchar_admision1.html

Browse files
Files changed (1) hide show
  1. templates/escuchar_admision1.html +2 -0
templates/escuchar_admision1.html CHANGED
@@ -52,12 +52,14 @@
52
  color: #fff; /* Texto blanco */
53
  align-items: center;
54
  justify-content: center;
 
55
  }
56
  button#stopButton {
57
  background-color: #8b0000; /* Color de fondo */
58
  color: #fff; /* Texto blanco */
59
  align-items: center;
60
  justify-content: center;
 
61
  }
62
  /* Estilos para pantallas pequeñas (por ejemplo, hasta 768px) */
63
  @media screen and (max-width: 768px) {
 
52
  color: #fff; /* Texto blanco */
53
  align-items: center;
54
  justify-content: center;
55
+ font-size: 18px;
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
+ font-size: 18px;
63
  }
64
  /* Estilos para pantallas pequeñas (por ejemplo, hasta 768px) */
65
  @media screen and (max-width: 768px) {