diff --git a/src/assets/img/facebook.svg b/src/assets/img/facebook.svg index 1450855..546f717 100644 --- a/src/assets/img/facebook.svg +++ b/src/assets/img/facebook.svg @@ -1,18 +1,4 @@ - - - - - - - - - - - - - - - - - + + + diff --git a/src/assets/img/instagram.svg b/src/assets/img/instagram.svg index f0ec84e..6e31d4b 100644 --- a/src/assets/img/instagram.svg +++ b/src/assets/img/instagram.svg @@ -1,18 +1,4 @@ - - - - - - - - - - - - - - - - - + + + diff --git a/src/assets/img/linkedin.svg b/src/assets/img/linkedin.svg index 0735b0b..4c096a5 100644 --- a/src/assets/img/linkedin.svg +++ b/src/assets/img/linkedin.svg @@ -1,18 +1,4 @@ - - - - - - - - - - - - - - - - - + + + diff --git a/src/contacto.html b/src/contacto.html index 2f28cb7..e5d78ef 100644 --- a/src/contacto.html +++ b/src/contacto.html @@ -19,7 +19,7 @@

Contacto

/> Teléfono
- +34 693 55 45 18 + +34 693 55 45 18
  • Contacto /> Email
    - info@enreda.coop + info@enreda.coop
  • @@ -42,7 +42,7 @@

    Contacto

    - +
    diff --git a/src/css/base.css b/src/css/base.css index 2bbe9c2..b23337c 100644 --- a/src/css/base.css +++ b/src/css/base.css @@ -14,6 +14,12 @@ a { -ms-user-select: none; user-select: none; } +p a{ + color: #db5125; + text-decoration: none; + font-weight: 700; + +} a:focus { outline: none !important; } diff --git a/src/css/contacto.css b/src/css/contacto.css index 1b9e29c..62b5381 100644 --- a/src/css/contacto.css +++ b/src/css/contacto.css @@ -101,8 +101,13 @@ margin-right: 1rem; margin-left: 1rem; } + +.contacto section.head .info .list a { + text-decoration: none; + color: var(--black); +} .contacto section.head .contacto-img { - width: 38.25rem; + width: 34.5rem; height: auto; } @media screen and (max-width: 640px) { @@ -112,19 +117,24 @@ } } .contacto section.head .info .social { - margin-top: 1.5rem; + margin-top: 2.8rem; display: flex; flex-direction: row; align-items: start; - gap: 1rem; + gap: 1.5rem; } .contacto section.head .info .social img { - width: 4.8rem; + width: 2.9rem; height: auto; + transition: 0.3s; +} +.contacto section.head .info .social img:hover{ + filter: drop-shadow(4px 8px #e48f75); } .contacto section.locations { text-align: center; + background-color: white; } .contacto section.locations h2 { border-bottom: 1px solid var(--primary); diff --git a/src/css/cooperativa.css b/src/css/cooperativa.css index 4067862..ec876f0 100644 --- a/src/css/cooperativa.css +++ b/src/css/cooperativa.css @@ -395,6 +395,8 @@ } .cooperativa section.contacto { text-align: center; + background-color: white; + } .cooperativa section.contacto h2 { border-bottom: 1px solid var(--primary); diff --git a/src/css/project-card.css b/src/css/project-card.css index 6ea12dd..3846cec 100644 --- a/src/css/project-card.css +++ b/src/css/project-card.css @@ -168,6 +168,9 @@ text-transform: uppercase; margin-right: 0.91rem; } +.project-card .content .action span:hover{ + color: #DB5125; +} .project-card .content .action img { width: 3.87rem; } diff --git a/src/css/proyecto.css b/src/css/proyecto.css index 3335a61..2831611 100644 --- a/src/css/proyecto.css +++ b/src/css/proyecto.css @@ -1,6 +1,6 @@ :root { - --proyecto-layout-padding: 3.75rem 6rem; - --proyecto-head-img-ratio: 21/9; + --proyecto-layout-padding: 3.5rem 6rem; + --proyecto-head-img-ratio: 25/9; --proyecto-head-gap: 2rem; --proyecto-section-margin-y: 3.75rem; --proyecto-client-margin-t: 1.5rem;