Afinaciones

This commit is contained in:
2020-04-10 14:39:18 -04:00
parent 692c001cd5
commit a1311ee250
14 changed files with 150 additions and 79 deletions

View File

@ -1,9 +0,0 @@
#page_logo {
font-family: Raleway, sans-serif;
font-weight: 800;
font-size: 2.2rem;
color: #404041;
}
#page_logo .orange {
color: #F26721;
}

View File

@ -41,9 +41,9 @@
#clientes .header:first-child {
padding-bottom: 1rem;
}
#clientes .ci {
display: flex;
align-items: center
#clientes #img_clientes .row {
padding-top: 0;
padding-bottom: 0;
}
#testimonios {

View File

@ -2,6 +2,16 @@ body, .ui {
font-family: Roboto, sans-serif !important;
}
#page_logo {
font-family: Raleway, sans-serif;
font-weight: 800;
font-size: 2.2rem;
color: #404041;
}
#page_logo .orange {
color: #F26721;
}
footer {
flex: none;
color: white;
@ -9,7 +19,7 @@ footer {
font-family: Roboto;
}
footer .dark-grey {
background-color: grey;
background-color: #404041;
}
footer .grid {
margin: 0 !important;