diff options
Diffstat (limited to 'web-ui/app/scss')
-rw-r--r-- | web-ui/app/scss/style-guide.scss | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web-ui/app/scss/style-guide.scss b/web-ui/app/scss/style-guide.scss index 6c8cf469..f6b957df 100644 --- a/web-ui/app/scss/style-guide.scss +++ b/web-ui/app/scss/style-guide.scss @@ -20,7 +20,7 @@ ul li { ul.left, ul.right { padding: 12px; - margin-bottom: 0px; + margin: 0px 25px; font-weight: bold; } @@ -32,9 +32,9 @@ ul.right { section.guide-section { display: block; - height: 300px; - padding-top: 50px; + height: 550px; overflow-y: auto; + padding: 82px 32px; &:nth-child(even) { background: white |