aboutsummaryrefslogtreecommitdiff
path: root/assets/_markdown.scss
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-23 16:30:26 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-05-23 16:30:26 +0200
commit5437521798291b54dabb6645de0094e458c9c228 (patch)
tree82442ce353ef00a7f0e066bd4807f8a6d6bb1145 /assets/_markdown.scss
parentc80bd79dcd8a4bea3a15061dc6e17a46d374d485 (diff)
#39, Finish columns shortcode, clean scss
Diffstat (limited to 'assets/_markdown.scss')
-rw-r--r--assets/_markdown.scss16
1 files changed, 11 insertions, 5 deletions
diff --git a/assets/_markdown.scss b/assets/_markdown.scss
index 2844d22..466a1d5 100644
--- a/assets/_markdown.scss
+++ b/assets/_markdown.scss
@@ -8,12 +8,12 @@ $block-border-radius: 0.15rem;
h1, h2, h3, h4, h5 {
font-weight: 400;
line-height: 1.25;
+ }
- // remove padding at the beginning of page
- &> :first-child {
- margin-top: 0;
- line-height: 1em;
- }
+ // remove padding at the beginning of page
+ > :first-child {
+ margin-top: 0;
+ line-height: 1;
}
b, optgroup, strong {
@@ -72,4 +72,10 @@ $block-border-radius: 0.15rem;
background: $gray-100;
}
}
+
+ hr {
+ height: $padding-1;
+ border: none;
+ background: $gray-200;
+ }
}