Added slight padding to not cover the credits text in the dashboard

This commit is contained in:
Tracker-Friendly 2024-05-18 00:41:45 +01:00
parent aa026d3e19
commit 3818691924
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
<br> <br>
<button style="margin-top: 10px;" onclick="attempt()">Submit</button> <button style="margin-top: 10px;" onclick="attempt()">Submit</button>
</div> </div>
<div class="oauthlist" id="oauthlist"> <div class="oauthlist" id="oauthlist" style="margin-bottom: 30px;">
<h2>Your existing apps</h2> <h2>Your existing apps</h2>
</div> </div>
</body> </body>