Fix weird padding on index.html at the bottom
This commit is contained in:
parent
8f4bb33b74
commit
2222a4cd7b
1 changed files with 4 additions and 1 deletions
|
@ -25,6 +25,8 @@
|
|||
<button type="submit">Go!</button>
|
||||
</form>
|
||||
|
||||
<br>
|
||||
|
||||
|
||||
{% if videos|length > 0 %}
|
||||
<hr>
|
||||
|
@ -53,7 +55,8 @@
|
|||
</div>
|
||||
</div>
|
||||
{% endfor %}
|
||||
</div>{% endif %}
|
||||
</div>
|
||||
{% endif %}
|
||||
</center>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue