Skip to content

Commit ab4946f

Browse files
committed
More homepage styling changes
1 parent 1eafba4 commit ab4946f

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

Diff for: vzdv-site/templates/changelog.jinja

+11
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,17 @@
1414

1515
<hr>
1616

17+
<div class="card shadow mb-3">
18+
<div class="card-body">
19+
<h5 class="card-title">2025-01-22</h5>
20+
<div class="card-text">
21+
<ul>
22+
<li>More homepage styling changes</li>
23+
</ul>
24+
</div>
25+
</div>
26+
</div>
27+
1728
<div class="card shadow mb-3">
1829
<div class="card-body">
1930
<h5 class="card-title">2025-01-21</h5>

Diff for: vzdv-site/templates/homepage/online_controllers.jinja

+1
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@
2727
</table>
2828
{% else %}
2929
<h5 class="mb-2">No controllers online</h5>
30+
<hr>
3031
{% endif %}

0 commit comments

Comments
 (0)