JPLTedCas commited on
Commit
86658ef
1 Parent(s): 4249730

Update templates/especialidad.html

Browse files
Files changed (1) hide show
  1. templates/especialidad.html +9 -11
templates/especialidad.html CHANGED
@@ -27,21 +27,19 @@
27
  /* Estilos para pantallas pequeñas (por ejemplo, hasta 768px) */
28
  @media screen and (max-width: 768px) {
29
  .quiro {
30
- font-size: 2.5rem;
31
  }
32
- }
33
 
34
- input[type="button"] {
35
- width: 78%;
36
- background-color: #3498db;
37
- color: #fff;
38
- font-size: 2.5rem;
39
- margin: 10px 0;
40
- padding: 15px;
41
  }
42
 
43
- img {
44
- max-width: 100%;
 
 
 
45
  }
46
  </style>
47
  </head>
 
27
  /* Estilos para pantallas pequeñas (por ejemplo, hasta 768px) */
28
  @media screen and (max-width: 768px) {
29
  .quiro {
30
+ font-size: 2.5rem; /* Reducir el tamaño de la fuente */
31
  }
 
32
 
33
+ input[type="button"] {
34
+ width: 100%; /* Ajustar el ancho al 100% para ocupar todo el ancho disponible */
35
+ }
 
 
 
 
36
  }
37
 
38
+ /* Estilos para pantallas medianas y grandes (más de 768px) */
39
+ @media screen and (min-width: 769px) {
40
+ .quiro {
41
+ font-size: 3.5rem; /* Restablecer el tamaño de la fuente original */
42
+ }
43
  }
44
  </style>
45
  </head>