Cambios al look sacando placeholders
This commit is contained in:
@ -1,9 +1,13 @@
|
||||
#banner {
|
||||
background-color: grey;
|
||||
background-blend-mode: multiply;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1920px auto;
|
||||
color: white;
|
||||
font-family: Roboto, sans-serif !important;
|
||||
padding-top: 10rem;
|
||||
padding-bottom: 10rem;
|
||||
padding-top: 15rem;
|
||||
padding-bottom: 15rem;
|
||||
}
|
||||
#banner .header {
|
||||
font-family: inherit;
|
||||
@ -13,14 +17,23 @@
|
||||
padding-top: 2rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
#servicios .basic.card {
|
||||
border: none !important;
|
||||
box-shadow: none !important;
|
||||
}
|
||||
|
||||
#frase {
|
||||
padding-top: 4rem;
|
||||
padding-bottom: 4rem;
|
||||
}
|
||||
#frase .header {
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
#nosotros {
|
||||
background-color: #f0f0f0;
|
||||
padding-top: 3rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
#nosotros .column {
|
||||
padding-top: 0;
|
||||
@ -45,16 +58,24 @@
|
||||
padding-top: 0;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
#clientes #img_clientes .image {
|
||||
margin-top: 1rem;
|
||||
margin-bottom: 1rem;
|
||||
}
|
||||
|
||||
#testimonios {
|
||||
background-color: grey;
|
||||
color: #404040;
|
||||
background-position: center;
|
||||
background-repeat: no-repeat;
|
||||
background-size: 1920px auto;
|
||||
background-blend-mode: multiply;
|
||||
color: white;
|
||||
min-height: 30rem;
|
||||
display: flex;
|
||||
align-items: center
|
||||
}
|
||||
#testimonios .segment, #testimonios .header {
|
||||
color: #404040 !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
#eventos {
|
||||
|
Reference in New Issue
Block a user