summary refs log tree commit diff
path: root/Documentation/_sass/custom/custom.scss
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/_sass/custom/custom.scss')
-rw-r--r--Documentation/_sass/custom/custom.scss30
1 files changed, 15 insertions, 15 deletions
diff --git a/Documentation/_sass/custom/custom.scss b/Documentation/_sass/custom/custom.scss
index eb50c81..fd5a676 100644
--- a/Documentation/_sass/custom/custom.scss
+++ b/Documentation/_sass/custom/custom.scss
@@ -2,21 +2,21 @@
 // SPDX-License-Identifier: MIT
 
 .main-content {
-    // Just the Docs puts titles next to definitions, rather than on
-    // the line before.  This makes the definitions too horizontally
-    // compressed.
-    dl {
-	display: block;
-    }
-    dt {
-	text-align: left;
-	font-weight: bold;
+	// Just the Docs puts titles next to definitions, rather than on
+	// the line before.  This makes the definitions too horizontally
+	// compressed.
+	dl {
+		display: block;
+	}
+	dt {
+		text-align: left;
+		font-weight: bold;
 
-	&::after {
-	    content: none;
+		&::after {
+			content: none;
+		}
+	}
+	dd {
+		margin-left: 2ch;
 	}
-    }
-    dd {
-	margin-left: 2ch;
-    }
 }