Improve mobile UX

This commit is contained in:
Alex Shpak
2018-09-24 17:03:23 +02:00
parent 8678e82154
commit b6d7a1050f
10 changed files with 197 additions and 157 deletions
+7
View File
@@ -3,8 +3,11 @@
$block-border-radius: 0.15rem;
.markdown {
line-height: 1.5;
h1, h2, h3, h4, h5 {
font-weight: 400;
line-height: 1.25;
}
b, optgroup, strong {
@@ -44,4 +47,8 @@ $block-border-radius: 0.15rem;
:first-child { margin-top: 0; }
:last-child { margin-bottom: 0; }
}
table tr td {
padding: $padding-8;
}
}