diff --git a/blog.html b/blog.html
index 5d3b702e..9418eff1 100644
--- a/blog.html
+++ b/blog.html
@@ -767,7 +767,7 @@
.input-label {
position: absolute;
- left: 16px;
+ left: 8px;
top: 12px;
color: #6b7280;
transition: all 0.3s;
@@ -777,7 +777,7 @@
.input-field:focus + .input-label,
.input-field:not(:placeholder-shown) + .input-label {
font-size: 0.875rem;
- top: -10px;
+ top: -17px;
color: #f4978e;
}