Making markdown heading font size smaller

- Fixes #258
pull/722/head
Dessalines 2019-09-02 16:16:08 -07:00
parent f538b3fb22
commit 177ceff63c
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;
}