Radish alpha
r
rad:z371PVmDHdjJucejRoRYJcDEvD5pp
Radicle website including documentation and guides
Radicle
Git
css/page: Fix indentation of headings
Lorenz Leutgeb committed 1 month ago
commit 81cd8f348677f50b94a189fc8b4fa5f5c0ad2325
parent a489f7b
1 file changed +10 -5
modified assets/css/page.css
@@ -18,11 +18,6 @@ h1, h2 {
  color: var(--color-fg-highlight-tertiary);
}

-
h4 {
-
  font-weight: normal;
-
  text-decoration: underline;
-
}
-

h1 {
  padding: 0.125rem;
  margin-top: 2rem;
@@ -39,9 +34,19 @@ h3 {
}

h4 {
+
  font-weight: normal;
+
  text-decoration: underline;
  margin-left: 3rem;
}

+
h5 {
+
  margin-left: 4rem;
+
}
+

+
h6 {
+
  margin-left: 5rem;
+
}
+

h2::after {
  margin-left: 0.5rem;
  display: inline-block;