Added slight padding to not cover the credits text in the dashboard
This commit is contained in:
parent
aa026d3e19
commit
3818691924
|
@ -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>
|
||||||
|
|
Reference in New Issue