Adjusted layout
This commit is contained in:
parent
36b9a87c1e
commit
b06afd90b0
2 changed files with 2 additions and 2 deletions
BIN
.spyderproject
BIN
.spyderproject
Binary file not shown.
|
|
@ -23,7 +23,7 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row my-fluid-container">
|
<div class="row my-fluid-container">
|
||||||
<div class="col-sm-4 col-md-2">
|
<div class="col-sm-3">
|
||||||
{% block sidebar %}
|
{% block sidebar %}
|
||||||
<div class="row">
|
<div class="row">
|
||||||
{% include "three_d_viewer/sampletree.html" %}
|
{% include "three_d_viewer/sampletree.html" %}
|
||||||
|
|
@ -31,7 +31,7 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
</div>
|
</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 %}
|
{% block content %}
|
||||||
<p>Put some intro text sort of stuff here</p>
|
<p>Put some intro text sort of stuff here</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue