Add basic support for smaller screens

This commit is contained in:
checktheroads
2021-04-30 15:55:37 -07:00
parent e46d24c8a5
commit 1ec4ee84a1
105 changed files with 384 additions and 353 deletions

View File

@@ -3,7 +3,7 @@
{% block content %}
<div class="row mt-5">
<div class="col-md-6 offset-md-3">
<div class="col col-md-6 offset-md-3">
<form action="" method="post" class="form">
{% csrf_token %}
{% for field in form.hidden_fields %}