From 8aa6c0e3e58b186c4869bacb2b1ced1e5d99ce65 Mon Sep 17 00:00:00 2001
From: Breno Salvador <60396753+Brenosalv@users.noreply.github.com>
Date: Tue, 16 Jul 2024 22:55:52 -0300
Subject: [PATCH] Add required adjustments (#404)
---
src/components/header.tsx | 2 +-
src/style.less | 20 ++++++-------
src/templates/blog-post/index.tsx | 42 +++++++++++++++-------------
src/templates/product-comparison.tsx | 4 +--
4 files changed, 34 insertions(+), 34 deletions(-)
diff --git a/src/components/header.tsx b/src/components/header.tsx
index f2952e52..fba406b3 100644
--- a/src/components/header.tsx
+++ b/src/components/header.tsx
@@ -212,7 +212,7 @@ const Header = ({ fixedHeader }: HeaderProps) => {
href="https://dashboard.estuary.dev/register"
className="global-header-try-it-button"
>
- Try it free
+ Try it Free
diff --git a/src/style.less b/src/style.less
index a1ba2d7d..affe9a21 100644
--- a/src/style.less
+++ b/src/style.less
@@ -5450,21 +5450,12 @@ table th {
margin-right: auto;
max-width: 1350px;
border-radius: 16px;
- margin-top: 48px;
- padding: 48px;
display: flex;
- gap: 32px;
+ flex-direction: column;
+ gap: 24px;
align-items: center;
justify-content: space-around;
- @media (max-width: 1350px) {
- padding: 48px 30px;
- }
-
- @media (max-width: 767px) {
- flex-wrap: wrap;
- }
-
h3 {
text-transform: uppercase;
color: #ffffff;
@@ -6018,11 +6009,18 @@ table th {
max-width: 1356px;
margin-left: auto;
margin-right: auto;
+ margin-top: 48px;
+ border-radius: 16px;
+ overflow: hidden;
&:after {
border-radius: 24px;
}
+ @media (max-width: 1350px) {
+ padding: 48px 30px;
+ }
+
@media (max-width: 1150px) {
padding: 32px;
}
diff --git a/src/templates/blog-post/index.tsx b/src/templates/blog-post/index.tsx
index 6cbf7567..c60bf5e3 100644
--- a/src/templates/blog-post/index.tsx
+++ b/src/templates/blog-post/index.tsx
@@ -133,20 +133,22 @@ const BlogPostTemplate = ({ data: { post } }) => {
body={post.body.data.childHtmlRehype.html}
/>
-
- Start streaming your data{' '}
- for free
-
-