Contacto en inicio

This commit is contained in:
2020-05-12 19:12:54 -04:00
parent 9084ea5edb
commit 1ed3788e87
12 changed files with 239 additions and 40 deletions

View File

@ -124,11 +124,38 @@
#indicadores {
background-color: #bbbdc0;
padding-top: 1rem;
padding-bottom: 1rem;
min-height: 5rem;
.column {
background-color: white;
padding: 0;
margin: 1rem;
width: 8rem !important;
.slideshow {
overflow: hidden;
height: 6rem;
.slide {
display: inline-block;
float: left;
background-color: white;
padding: 0;
margin: 1rem;
width: 8rem !important;
padding-top: .5rem;
padding-bottom: .5rem;
text-align: center;
}
}
}
#contacto {
padding-top: 3rem;
padding-bottom: 3rem;
.header {
color: #0d103c !important;
font-weight: 900;
}
.form .button {
background-color: #429ab7;
color: white;
}
}

View File

@ -59,6 +59,7 @@ a {
footer {
background-color: #429ab7;
color: white;
margin: 0;
.menu {
margin: 0 !important;