+
Learn how to execute low code tests across 3000+ device / browser environments.
Schedule a free demo
diff --git a/src/components/Footer.scss b/src/components/Footer.scss
index 62b6c5b..968875c 100644
--- a/src/components/Footer.scss
+++ b/src/components/Footer.scss
@@ -323,15 +323,24 @@
}
.footer-cta{
background-color: #EFEFEF;
- padding: 2rem 6rem;
+ padding: 2rem 3rem;
+ @media only screen and (max-width: 767px) {
+ @apply p-8;
+ }
.cta-heading{
flex: 0 0 70%;
font-size: 24px !important;
line-height: 38px !important;
margin: 0 !important;
+ @media only screen and (max-width: 1023px) {
+ @apply pb-8;
+ flex: 0 0 100%;
+ }
}
.cta-link{
font-weight: 600;
font-size: 18px;
+ @apply text-center;
+ height: fit-content;
}
}
\ No newline at end of file
diff --git a/src/components/header.jsx b/src/components/header.jsx
index 6edaa79..dc0f194 100644
--- a/src/components/header.jsx
+++ b/src/components/header.jsx
@@ -10,8 +10,8 @@ const Header = () => {
}, []);
return (