diff --git a/src/components/BannerList/BannerList.js b/src/components/BannerList/BannerList.js
index 3e2f6e96..6b4298e1 100644
--- a/src/components/BannerList/BannerList.js
+++ b/src/components/BannerList/BannerList.js
@@ -39,7 +39,7 @@ export default function BannerList({ data }) {
{title}
{data.contactForm && (
)}
@@ -48,7 +48,7 @@ export default function BannerList({ data }) {
{data.contactForm && (
)}
diff --git a/src/components/DualSection/DualSection.scss b/src/components/DualSection/DualSection.scss
index 66206052..1ccf03a1 100644
--- a/src/components/DualSection/DualSection.scss
+++ b/src/components/DualSection/DualSection.scss
@@ -32,9 +32,6 @@
padding-bottom: 3em;
button {
@include primaryBtn;
- a {
- color: inherit;
- }
}
.gatsby-image-wrapper {
diff --git a/src/components/Footer/Navegation/navegation.scss b/src/components/Footer/Navegation/navegation.scss
index 3776ddf5..35f62a85 100644
--- a/src/components/Footer/Navegation/navegation.scss
+++ b/src/components/Footer/Navegation/navegation.scss
@@ -18,13 +18,15 @@
}
}
+
+
@media screen and (min-width: $breakpoint-xl) {
.ContactData__Item {
ul li a {
font-size: 18px;
}
- }
- h6 {
- font-size: inherit;
+ h6 {
+ font-size: unset;
+ }
}
}
diff --git a/src/components/Footer/Subscription/subscription.scss b/src/components/Footer/Subscription/subscription.scss
index 3482e0d4..ab8e3bb0 100644
--- a/src/components/Footer/Subscription/subscription.scss
+++ b/src/components/Footer/Subscription/subscription.scss
@@ -1,6 +1,9 @@
@import "../../../styles/global.scss";
.ContactData {
+ h6 {
+ font-size: unset;
+ }
&__Item {
form {
@@ -63,7 +66,7 @@
}
-@media screen and (max-width: $breakpoint-md) {
+@media screen and (max-width: calc($breakpoint-md - 1px)) {
.ContactData {
&__Form {
input {
@@ -79,9 +82,9 @@
display: none;
}
.contactData-mobile_button{
+ @include primaryBtn;
width: auto;
max-width: 100%;
- @include primaryBtn;
margin-top: 3em;
a {
color: inherit;
diff --git a/src/styles/global.scss b/src/styles/global.scss
index 1fc7f4d1..e1a9c647 100644
--- a/src/styles/global.scss
+++ b/src/styles/global.scss
@@ -85,6 +85,11 @@ $extra-large: 45px;
padding: 12px 30px;
font-size: 18px;
}
+
+ a {
+ font: inherit;
+ color: inherit;
+ }
}
@mixin secondaryBtn {
@@ -106,6 +111,11 @@ $extra-large: 45px;
@media screen and (min-width: $breakpoint-lg) {
padding: 8px 30px;
}
+
+ a {
+ font: inherit;
+ color: inherit;
+ }
}
// new sizes