Making markdown heading font size smaller

- Fixes #258
pull/283/head
Dessalines 2019-09-02 16:16:08 -07:00
parent bb64de5381
commit 758b6a2842
1 changed files with 4 additions and 0 deletions

4
ui/src/css/main.css vendored
View File

@ -63,6 +63,10 @@ body, .text-white, .navbar-brand, .badge-light, .btn-secondary {
height: auto;
}
.md-div h1,h2,h3,h4,h5 {
font-size:1.171875rem;
}
.comment-node {
margin-bottom: 10px;
}