diff --git a/assets/style.css b/assets/style.css index 5255fdf..709881c 100644 --- a/assets/style.css +++ b/assets/style.css @@ -304,5 +304,9 @@ input, button background-color: var(--third-bg); border:2px solid var(--primary); border-radius:50px; +} + +input +{ width:175px; } \ No newline at end of file