Skip to content

Commit

Permalink
fix name label style
Browse files Browse the repository at this point in the history
  • Loading branch information
akash70629 authored Oct 18, 2024
1 parent fe35326 commit 6e4080f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog.html
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ <h5 class="commenter-name">${comment.name}</h5>

.input-label {
position: absolute;
left: 16px;
left: 8px;
top: 12px;
color: #6b7280;
transition: all 0.3s;
Expand All @@ -777,7 +777,7 @@ <h5 class="commenter-name">${comment.name}</h5>
.input-field:focus + .input-label,
.input-field:not(:placeholder-shown) + .input-label {
font-size: 0.875rem;
top: -10px;
top: -17px;
color: #f4978e;
}

Expand Down

0 comments on commit 6e4080f

Please sign in to comment.