mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix: Better image display in index.md
This commit is contained in:
parent
eeb37d5b5f
commit
f8bab52beb
1 changed files with 3 additions and 2 deletions
|
|
@ -20,7 +20,7 @@ limitations under the License.
|
|||
{% include JB/setup %}
|
||||
<br />
|
||||
<div class="row">
|
||||
<div class="col-md-6" style="padding-right:0;">
|
||||
<div class="col-sm-6 col-md-6" style="padding-right:0;">
|
||||
<h1 style="color:#4c555a">What is Apache Zeppelin?</h1>
|
||||
<p style="margin-bottom: 0px; margin-top: 20px; font-size: 18px; font-style="font-family: "Roboto", sans-serif;">
|
||||
Multi-purpose notebook which supports
|
||||
|
|
@ -36,7 +36,8 @@ limitations under the License.
|
|||
</ul>
|
||||
<br/>
|
||||
</div>
|
||||
<div class="col-md-6" style="padding:0; margin-top: 50px;">
|
||||
<div class="col-sm-6 col-md-6" style="padding:0;">
|
||||
<div class="hidden-xs" style="margin-top: 50px;"></div>
|
||||
<img class="img-responsive" style="border: 1px solid #ecf0f1;" src="./assets/themes/zeppelin/img/notebook.png" />
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue