reduce space on h3s

This commit is contained in:
skullY 2020-02-25 14:29:37 -08:00 committed by skullydazed
parent 9035c3497e
commit 55c5b82638

View file

@ -8,3 +8,7 @@
.search { .search {
margin-top: 40px; margin-top: 40px;
} }
.markdown-section h3 {
margin-top: 16px;
}