Pārlūkot izejas kodu

wip: desktop work

Adam 10 mēneši atpakaļ
vecāks
revīzija
4cebd69bf0
1 mainītis faili ar 17 papildinājumiem un 4 dzēšanām
  1. 17 4
      packages/ui/src/components/markdown.css

+ 17 - 4
packages/ui/src/components/markdown.css

@@ -17,8 +17,21 @@
     display: none;
     display: none;
   }
   }
 
 
-  /* p { */
-  /*   margin-top: 8px; */
-  /*   margin-bottom: 8px; */
-  /* } */
+  h1,
+  h2,
+  h3 {
+    margin-top: 16px;
+    margin-bottom: 8px;
+    font-weight: var(--font-weight-medium);
+  }
+
+  p {
+    margin-bottom: 8px;
+  }
+
+  ul,
+  ol {
+    margin-top: 16px;
+    margin-bottom: 16px;
+  }
 }
 }