Skip to content

Commit 597ca17

Browse files
committed
limit sidebar size so table can be wider
1 parent 46211b2 commit 597ca17

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/_sass/color_schemes/isc.scss

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
$link-color: #333695;
1+
$link-color: #333695;
2+
3+
.side-bar {
4+
max-width: 300px !important;
5+
}
6+
7+
.main {
8+
max-width: 1200px !important;
9+
}

0 commit comments

Comments
 (0)