AykutSarac 2 years ago
parent
commit
b0e7f0a654
1 changed files with 7 additions and 6 deletions
  1. 7 6
      src/pages/index.tsx

+ 7 - 6
src/pages/index.tsx

@@ -159,7 +159,7 @@ const StyledSectionCard = styled.div`
 const StyledCardTitle = styled.div`
 const StyledCardTitle = styled.div`
   font-weight: 700;
   font-weight: 700;
   font-size: 1.5rem;
   font-size: 1.5rem;
-  padding: 0.875rem 0;
+  padding: 1.5rem 0 0.5rem;
   letter-spacing: 1px;
   letter-spacing: 1px;
 `;
 `;
 
 
@@ -404,8 +404,8 @@ const Home: React.FC = () => {
           <StyledCardDescription>
           <StyledCardDescription>
             Download the graph to your local machine and use it wherever you
             Download the graph to your local machine and use it wherever you
             want, to your blogs, website or make it a poster and paste to the
             want, to your blogs, website or make it a poster and paste to the
-            wall. Who wouldn&apos;t want to see a JSON Visio graph onto their wall,
-            eh?
+            wall. Who wouldn&apos;t want to see a JSON Visio graph onto their
+            wall, eh?
           </StyledCardDescription>
           </StyledCardDescription>
         </StyledSectionCard>
         </StyledSectionCard>
 
 
@@ -415,9 +415,10 @@ const Home: React.FC = () => {
           </StyledCardIcon>
           </StyledCardIcon>
           <StyledCardTitle>LIVE</StyledCardTitle>
           <StyledCardTitle>LIVE</StyledCardTitle>
           <StyledCardDescription>
           <StyledCardDescription>
-            With Microsoft&apos;s Monaco Editor which is also used by VS Code, easily
-            edit your JSON and directly view through the graphs. Also there&apos;s a
-            JSON validator above of it to make sure there is no type error.
+            With Microsoft&apos;s Monaco Editor which is also used by VS Code,
+            easily edit your JSON and directly view through the graphs. Also
+            there&apos;s a JSON validator above of it to make sure there is no
+            type error.
           </StyledCardDescription>
           </StyledCardDescription>
         </StyledSectionCard>
         </StyledSectionCard>
       </StyledFeaturesSection>
       </StyledFeaturesSection>