summaryrefslogtreecommitdiff
path: root/assets/_markdown.scss
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-26 00:12:56 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2018-09-26 00:12:56 +0200
commitcce17bcc99be389dce5bfbadfabaacf132c3f8f7 (patch)
tree71cfa0cc6451ab321f0884fc4e7ef0ad189259cc /assets/_markdown.scss
parentb6d7a1050fe273869646242304899f0a0f1483b2 (diff)
Remove purecss dependency and replace with flexbox
Diffstat (limited to 'assets/_markdown.scss')
-rw-r--r--assets/_markdown.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/_markdown.scss b/assets/_markdown.scss
index e2ed12d..8176e57 100644
--- a/assets/_markdown.scss
+++ b/assets/_markdown.scss
@@ -5,6 +5,10 @@ $block-border-radius: 0.15rem;
.markdown {
line-height: 1.5;
+ :first-child {
+ margin-top: 0;
+ }
+
h1, h2, h3, h4, h5 {
font-weight: 400;
line-height: 1.25;
@@ -37,6 +41,7 @@ $block-border-radius: 0.15rem;
background: $gray-100;
border-radius: $block-border-radius;
font-size: $font-size-14;
+ overflow-x: auto;
}
blockquote {