Apply just a tiny bit of padding to the top of the controls div.

This commit is contained in:
Herbert Wolverson 2024-07-23 14:59:46 -05:00
parent 582267fd6e
commit 01f386d70e

View File

@ -1,6 +1,6 @@
<div class="row">
<div id="toasts" class="col-10"></div>
<div id="controls" class="col-2 small text-end pe-2"></div>
<div id="controls" class="col-2 small text-end pe-2 pt-2"></div>
</div>
<div class="row" id="dashboard"></div>