Fixed scrolling issue on TOC links

This commit is contained in:
Zachary Klosko 2020-06-10 12:25:34 -04:00
parent 972e1ba7af
commit ef4feb1095
6 changed files with 57 additions and 51 deletions

View file

@ -28,7 +28,7 @@ img{
a{
color:#f05f40;
-webkit-transition:all .2s;
transition:all .2s
transition:all .2s;
}
a:hover{
@ -39,6 +39,11 @@ h1,h2,h3,h4,h5,h6{
font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;
}
/* Correcting overscroll on TOC links */
:target{
padding-top: 57px;
}
/* Table Properties */
table{
padding: 20px;