Spaces:
Runtime error
Runtime error
Update templates/especialidad.html
Browse files- 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 |
-
|
35 |
-
|
36 |
-
|
37 |
-
color: #fff;
|
38 |
-
font-size: 2.5rem;
|
39 |
-
margin: 10px 0;
|
40 |
-
padding: 15px;
|
41 |
}
|
42 |
|
43 |
-
|
44 |
-
|
|
|
|
|
|
|
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>
|