Contacto en inicio
This commit is contained in:
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -59,6 +59,7 @@ a {
|
||||
footer {
|
||||
background-color: #429ab7;
|
||||
color: white;
|
||||
margin: 0;
|
||||
|
||||
.menu {
|
||||
margin: 0 !important;
|
||||
|
Reference in New Issue
Block a user