Fix max size issue with toc on xl=

This commit is contained in:
Ryan Watters
2017-02-24 04:14:05 -06:00
parent d93008b468
commit 0c48be6312
2 changed files with 1 additions and 2 deletions
+1 -1
View File
File diff suppressed because one or more lines are too long
@@ -50,7 +50,6 @@ aside#toc {
transform: scale(1);
border-left: 1px solid $hugo-gray-light;
border-radius: 0px;
max-width: 320px;
}
}