Skip to content

Commit

Permalink
fix: padding to be multiple of 4
Browse files Browse the repository at this point in the history
  • Loading branch information
mdansarijaved committed Oct 8, 2024
1 parent ced6c6d commit bc936b9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions app/styles/profile.css
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,12 @@
}

.profile-edit-button {
padding-inline: 5px;
padding-block: 3px;
padding: 8px;
z-index: 10;
border-radius: 100%;
position: absolute;
top: 8px;
right: 10px;
right: 12px;
font-size: 1rem;
margin-top: 0.5rem;
color: var(--profile-edit-btn-clr);
Expand Down

0 comments on commit bc936b9

Please sign in to comment.