Fix up styles

master
Tait Hoyem 3 years ago
parent 026203dfe1
commit 1dfce4211a

@ -1,3 +1,7 @@
input {
padding: 2px;
font-size: 18px;
}
#search-wrapper {
position: relative;
display: inline-block;

@ -4,7 +4,6 @@
<link href="{% static 'download/css/download.css' %}" rel="stylesheet">
{% endblock %}
{% block body %}
<h1>Type In Your Code</h1>
{{ form.non_field_errors }}
<form action="{% url 'download' %}" method="POST" id="codeform">
{% csrf_token %}

Loading…
Cancel
Save