summaryrefslogtreecommitdiff
path: root/style/typography.less
diff options
context:
space:
mode:
Diffstat (limited to 'style/typography.less')
-rw-r--r--style/typography.less24
1 files changed, 19 insertions, 5 deletions
diff --git a/style/typography.less b/style/typography.less
index f3a5e2e..da23a9e 100644
--- a/style/typography.less
+++ b/style/typography.less
@@ -66,20 +66,34 @@ header, main {
background-color: @color-bg;
}
-dt {
- font-weight: bold;
- color: @color-main;
+dl {
+ width: 100%;
}
-dd, dt {
+dl::after {
+ content: "";
display: block;
+ clear: both;
+}
+
+dt, dd {
+ float: left;
+ margin-bottom: 1em;
+}
+
+dt {
+ font-weight: bold;
+ color: @color-main;
+ width: 30%;
+ margin-right: 5%;
}
dd {
- margin-bottom: 0.5em;
+ width: 65%;
}
+
/**
* Footnotes
*/