1
Fork 0

reflow password protection page

This commit is contained in:
Jake Howard 2016-12-19 18:22:24 +00:00
parent 1eaf3d4fcb
commit f0856cebaf

View file

@ -16,7 +16,8 @@
</div> </div>
</section> </section>
<section> <section>
<div class="col-sm-4 col-sm-offset-4 text-center"> <div class="container text-center">
<div class="col-sm-4 col-sm-offset-4">
<h1> <h1>
<i class="fa fa-lock fa-5x"></i> <i class="fa fa-lock fa-5x"></i>
</h1> </h1>
@ -29,5 +30,6 @@
</div> </div>
</form> </form>
</div> </div>
</div>
</section> </section>
{% endblock %} {% endblock %}