diff --git a/docs/assets/themes/zeppelin/css/style.css b/docs/assets/themes/zeppelin/css/style.css index 80fcb424ef..b57e57bd2f 100644 --- a/docs/assets/themes/zeppelin/css/style.css +++ b/docs/assets/themes/zeppelin/css/style.css @@ -262,6 +262,7 @@ body { .content { word-wrap: break-word; } + .content :first-child { margin-top: 0; } @@ -702,6 +703,11 @@ and (max-width: 1024px) { font-weight: 300; } + .content { + padding-left: 30px; + padding-right: 30px; + } + .navbar .navbar-brand-main { padding-bottom: 0; }