hiding export when on tablet, rearranged columns from tablet downwards
parent
87ed146d65
commit
8381abd6dd
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<div class="row">
|
<div class="row">
|
||||||
|
|
||||||
<div class="col-sm-3 hidden-xs">
|
<div class="col-md-3 hidden-xs">
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
|
|
||||||
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section class="hidden-sm">
|
||||||
|
|
||||||
<h2 class="well">Export</h2>
|
<h2 class="well">Export</h2>
|
||||||
<div class="well info">
|
<div class="well info">
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-sm-9">
|
<div class="col-md-9">
|
||||||
|
|
||||||
{% for event in events %}
|
{% for event in events %}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue