Se agrega formato de correo y correo a solicitante
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user