Skip to content

Commit 4f3f95a

Browse files
author
jordanmccullough
committed
Tune TOC padding
1 parent ef3fdc9 commit 4f3f95a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_stylesheets/curriculum.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122

123123
#toc-wrapper{
124124
float: right;
125-
padding: 15px 0 0 0;
125+
padding: 0;
126126
}
127127

128128
#toc{

_stylesheets/page.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ footer, .push {
239239

240240
#toc-wrapper {
241241
float: right;
242-
padding: 15px 0 0 0; }
242+
padding: 0; }
243243

244244
#toc {
245245
width: 200px;

0 commit comments

Comments
 (0)