Adjust the H2 and H2 margins

master
skullY 2020-02-25 17:13:33 -08:00 committed by skullydazed
parent b5030907eb
commit 503b52652c
1 changed files with 5 additions and 1 deletions

View File

@ -9,8 +9,12 @@
margin-top: 40px;
}
.markdown-section h2 {
padding-top: 0.25rem;
}
.markdown-section h3 {
margin-top: 16px;
margin-top: 0.25rem;
}
.sidebar, .sidebar-nav {