Skip to content

Commit

Permalink
move button to the right
Browse files Browse the repository at this point in the history
  • Loading branch information
stremovsky committed Dec 18, 2024
1 parent c6c46fa commit 5607e01
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui/site/user-profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@
</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>
Expand Down

0 comments on commit 5607e01

Please sign in to comment.