diff options
Diffstat (limited to 'web-ui/app')
-rw-r--r-- | web-ui/app/scss/style-guide.scss | 6 | ||||
-rw-r--r-- | web-ui/app/style-guide.html | 1 |
2 files changed, 3 insertions, 4 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 diff --git a/web-ui/app/style-guide.html b/web-ui/app/style-guide.html index 05faeff5..dc72b9a0 100644 --- a/web-ui/app/style-guide.html +++ b/web-ui/app/style-guide.html @@ -16,7 +16,6 @@ <body> <div id="style-guide-wrap" data-offcanvas> <nav class="top-bar" data-topbar> - <ul class="left"> <li><span>Pixelated Style Guide</span></li> </ul> |