Browse Source

Adjust the H2 and H2 margins

pull/8292/head
skullY 4 years ago
committed by skullydazed
parent
commit
503b52652c
1 changed files with 5 additions and 1 deletions
  1. +5
    -1
      docs/sidebar.css

+ 5
- 1
docs/sidebar.css 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 {


Loading…
Cancel
Save