Update frontend and forms

This commit is contained in:
Livvy Mackintosh
2017-11-18 16:54:44 +00:00
parent aa6c1cf33b
commit 310be805c5
16 changed files with 712 additions and 128 deletions

View File

@ -4,21 +4,24 @@
{{ block.super }}
<style>
.jumbo {
height: calc(100% - 64px);
height: calc(100% - 52px);
width: 100%;
position: absolute;
right: 0;
bottom: 0;
left: 0;
left: 0;
}
.navbar {
margin-bottom:0;
}
</style>
{% endblock %}
{% block body %}
{% block content %}
<div class="jumbo">
{% block content %}
{% block inner_content %}
{% endblock %}
</div><!-- /.container -->