diff --git a/static/style.css b/static/style.css index 188419b8..9420c5ae 100644 --- a/static/style.css +++ b/static/style.css @@ -665,6 +665,7 @@ label { color: var(--gray-700); margin-bottom: 8px; letter-spacing: 0.01em; + text-align: left; } /* Skill input wrap */ @@ -832,7 +833,7 @@ select:focus { } .btn-submit:hover { opacity: 0.93; - transform: translateY(-1px); + transform: translateY(-3px); box-shadow: 0 6px 28px rgba(35, 53, 194, 0.42); } .btn-submit:disabled { opacity: 0.55; cursor: not-allowed; transform: none; box-shadow: none; }