Browse Source

docs(core): Change the style of the doc

Housein Abo Shaar 6 months ago
parent
commit
9c6c5b0f99
2 changed files with 13 additions and 33 deletions
  1. 1 25
      docs/src/pages/index.module.css
  2. 12 8
      docs/src/pages/index.tsx

+ 1 - 25
docs/src/pages/index.module.css

@@ -48,7 +48,6 @@
 }
 
 .docLayout {
-    background: #fafbfc;
     min-height: 100vh;
 }
 
@@ -58,26 +57,7 @@
     padding: 0 2rem;
 }
 
-.docHeader {
-    padding: 4rem 0 3rem 0;
-    text-align: left;
-}
-
-.docTitle {
-    font-size: 3rem;
-    font-weight: 700;
-    color: #1c1e21;
-    margin-bottom: 1rem;
-    line-height: 1.2;
-}
 
-.docSubtitle {
-    font-size: 1.125rem;
-    color: #656d76;
-    max-width: 600px;
-    line-height: 1.6;
-    margin: 0;
-}
 
 .mainCards {
     display: grid;
@@ -244,14 +224,10 @@
         gap: 24px;
         gap: 24px;
     }
-    .docContainer {
+        .docContainer {
         padding: 0 1rem;
     }
 
-    .docTitle {
-        font-size: 2.5rem;
-    }
-
     .mainCards {
         grid-template-columns: 1fr;
         gap: 1rem;

File diff suppressed because it is too large
+ 12 - 8
docs/src/pages/index.tsx


Some files were not shown because too many files changed in this diff