Remove purecss dependency and replace with flexbox

This commit is contained in:
Alex Shpak
2018-09-26 00:12:56 +02:00
parent b6d7a1050f
commit cce17bcc99
10 changed files with 145 additions and 194 deletions
+5
View File
@@ -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 {