Added some vertical offset to headings so that the table of contents links do not hide the heading under the navbar. Added the About this Hub content
This commit is contained in:
@@ -18,6 +18,14 @@
|
||||
padding-bottom: 0.3em;
|
||||
}
|
||||
|
||||
#doco-content > h1,
|
||||
#doco-content > h2,
|
||||
#doco-content > h3,
|
||||
#doco-content > h4 {
|
||||
padding-top: 60px;
|
||||
margin-top: -60px;
|
||||
}
|
||||
|
||||
#region_1 .widget ul ul {
|
||||
list-style-type: none;
|
||||
padding-left: 15px;
|
||||
|
Reference in New Issue
Block a user