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>
|
<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>
|
||||||
|
|
Loading…
Reference in a new issue