diff --git a/views/css/d.index.css b/views/css/d.index.css index 3078a36..03979fa 100755 --- a/views/css/d.index.css +++ b/views/css/d.index.css @@ -276,6 +276,9 @@ header input:hover, header input:focus-within { border-left: 6px solid blue; border-bottom: 0; } + header form { + width: unset; + } } #Hcontent { diff --git a/views/css/d.user.css b/views/css/d.user.css index d5ff7db..57141ce 100755 --- a/views/css/d.user.css +++ b/views/css/d.user.css @@ -3,7 +3,7 @@ /*********************************/ form.form { - width: 50%; + width: 80%; margin: 25px auto; text-align: center; }