Fix weird padding on index.html at the bottom

This commit is contained in:
metalune 2022-03-26 15:48:52 +01:00
parent 8f4bb33b74
commit 2222a4cd7b
1 changed files with 4 additions and 1 deletions

View File

@ -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>