Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Increase spacing between TOC links on mobile
To remove Google's mobile errors
  • Loading branch information
zoffixznet committed Jul 14, 2016
1 parent 77689a8 commit b8fbece
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
11 changes: 10 additions & 1 deletion assets/sass/style.scss
Expand Up @@ -539,9 +539,18 @@ div.highlight span.c-Singleline, div.highlight span.c {
}
}


.menu-item.selected {
box-shadow: none;
border-radius: 3px;
}

table#TOC {
tr[class^=toc-level] td {
padding: 8px 0;
}

tr.toc-level-1 td {
padding-top: 18px;
}
}
}
6 changes: 5 additions & 1 deletion html/css/style.css
Expand Up @@ -414,4 +414,8 @@ div.highlight span.c-Singleline, div.highlight span.c {
border: none; }
.menu-item.selected {
box-shadow: none;
border-radius: 3px; } }
border-radius: 3px; }
table#TOC tr[class^=toc-level] td {
padding: 8px 0; }
table#TOC tr.toc-level-1 td {
padding-top: 18px; } }

0 comments on commit b8fbece

Please sign in to comment.