move button to the right

This commit is contained in:
yuli
2024-12-18 23:30:06 +02:00
parent c6c46fa6e0
commit 5607e01c5c

View File

@@ -42,10 +42,10 @@ if (conf["custom_css_link"]) {
</div>
<div class="bigblock">
<div class="row">
<div class="col-9 col-md-9 ">
<div class="col-9 col-md-9">
<h4>My profile data</h4>
</div>
<div class="col-3 col-md3 ">
<div class="col-3 col-md3 text-right">
<button onclick="return forgetme();" class="btn btn-warning">Forget me</button>
</div>
</div>