diff --git a/library/index.html b/library/index.html index d37fc7d..1181add 100644 --- a/library/index.html +++ b/library/index.html @@ -122,7 +122,7 @@ padding: 20px; overflow-y: auto; background-color: #000; - border-left: 2px solid #333; + border-left: 6px solid #333; } .text-display h1, .text-display h2, .text-display h3 { @@ -139,7 +139,7 @@ .divider { background-color: #333; cursor: ew-resize; - width: 2px; + width: 6px; height: 100%; }