remove trailing whitespaces

This commit is contained in:
zrose584
2020-10-21 10:35:01 +02:00
parent c696db3e84
commit a27b575380
13 changed files with 38 additions and 38 deletions

View File

@@ -6,7 +6,7 @@
width: 800px;
margin:auto;
}
.playlist-metadata{
display:grid;
grid-template-columns: 0fr 1fr;
@@ -44,7 +44,7 @@
display: grid;
grid-auto-rows: 0fr;
grid-row-gap: 10px;
}
{% endblock style %}
@@ -61,7 +61,7 @@
<div class="playlist-description">{{ common_elements.text_runs(description) }}</div>
</div>
<div id="results">
<div id="results">
{% for info in video_list %}
{{ common_elements.item(info) }}
{% endfor %}