diff --git a/src/components/Banner/Banner.scss b/src/components/Banner/Banner.scss index f82b3eb4..2b1908c4 100644 --- a/src/components/Banner/Banner.scss +++ b/src/components/Banner/Banner.scss @@ -61,7 +61,7 @@ text-align: center; word-wrap: initial; } - h3 { + .banner-markdown { display: none; } } @@ -91,7 +91,7 @@ text-align: center; word-wrap: initial; } - h3 { + .banner-markdown { display: none; } } @@ -130,7 +130,7 @@ margin-bottom: 0; word-wrap: initial; } - h3 { + .banner-markdown { display: none; } } @@ -166,7 +166,7 @@ margin-bottom: 0; word-wrap: initial; } - h3 { + .banner-markdown { display: none; } } @@ -175,20 +175,40 @@ .gatsby-image-wrapper { display: block; } - .banner-markdown{ + .banner-markdown { font-size: 30px; - h1,h2,h3,h4,h5,h6{ + h1, + h2, + h3, + h4, + h5, + h6 { font-size: 32px; font-weight: 600; margin-bottom: 0; } - p , a, span, small, li, i, em{ - span, strong, small, i, b, em { + p { + margin-bottom: 0; + } + p, + a, + span, + small, + li, + i, + em { + span, + strong, + small, + i, + b, + em { font-size: 30px; } font-size: 30px; } - strong, b { + strong, + b { font-weight: 600; } } @@ -205,7 +225,7 @@ padding: 0; justify-content: flex-end; img { - max-width: 600px; + max-width: 400px; } } @@ -220,10 +240,7 @@ margin-bottom: 1rem; padding-right: 3rem; text-align: left; - } - h3 { - font-weight: 400; - padding-right: 3rem; + max-width: 400px; } } } @@ -331,7 +348,7 @@ } @media screen and (min-width: $breakpoint-lg) { flex-direction: row; - + &.hero { height: 500px; position: relative; @@ -357,6 +374,13 @@ } } } + &.top { + .imagen { + img { + max-width: 400px; + } + } + } &.diagonal { height: 400px; .imagen { @@ -370,7 +394,6 @@ max-width: 400px; } } - } &.diagonalReverse { height: 400px; @@ -383,6 +406,5 @@ padding-left: 10rem; } } - } } diff --git a/src/components/Footer/ContactData/contactData.js b/src/components/Footer/ContactData/contactData.js index 90875fde..19c72b1f 100644 --- a/src/components/Footer/ContactData/contactData.js +++ b/src/components/Footer/ContactData/contactData.js @@ -27,12 +27,12 @@ export default function ContactData() {
- {dataFooter.internalLink?.name} + {dataFooter?.internalLink?.name}