Adjusted layout
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
</div>
|
||||
|
||||
<div class="row my-fluid-container">
|
||||
<div class="col-sm-4 col-md-2">
|
||||
<div class="col-sm-3">
|
||||
{% block sidebar %}
|
||||
<div class="row">
|
||||
{% include "three_d_viewer/sampletree.html" %}
|
||||
@@ -31,7 +31,7 @@
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
||||
<div id="contentdiv" class="col-sm-8 col-md-10" style="border:1px solid black" height="100%">
|
||||
<div id="contentdiv" class="col-sm-9" style="border:1px solid black" height="100%">
|
||||
{% block content %}
|
||||
<p>Put some intro text sort of stuff here</p>
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user