Se agrega formato de correo y correo a solicitante

This commit is contained in:
2020-04-23 00:19:03 -04:00
parent 667e929b2f
commit ac571273f5
3 changed files with 65 additions and 4 deletions

View File

@ -5,6 +5,11 @@
background-blend-mode: multiply;
color: white;
}
@media screen and (max-width: 991px) {
#banner {
background-position: 75% !important;
}
}
#banner a {
color: inherit;
}
@ -103,11 +108,11 @@
font-weight: bold;
font-size: 16pt;
}
#servicios .seguimiento {
background-repeat: no-repeat;
background-position: center;
background-size: cover;
min-height: 10rem !important;
}
#indice .grid {
@ -124,6 +129,7 @@
#indice .img,
#indice .img img {
max-height: 20rem !important;
min-height: 10rem !important;
}
#indice .contenido {
padding-top: 5rem !important;