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> <button type="submit">Go!</button>
</form> </form>
<br>
{% if videos|length > 0 %} {% if videos|length > 0 %}
<hr> <hr>
@ -53,7 +55,8 @@
</div> </div>
</div> </div>
{% endfor %} {% endfor %}
</div>{% endif %} </div>
{% endif %}
</center> </center>
</body> </body>
</html> </html>