summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--style/typography.less3
1 files changed, 2 insertions, 1 deletions
diff --git a/style/typography.less b/style/typography.less
index da23a9e..316516f 100644
--- a/style/typography.less
+++ b/style/typography.less
@@ -78,7 +78,7 @@ dl::after {
dt, dd {
float: left;
- margin-bottom: 1em;
+ margin: 1em 0;
}
dt {
@@ -86,6 +86,7 @@ dt {
color: @color-main;
width: 30%;
margin-right: 5%;
+ text-align: right;
}
dd {