diff --git a/views/create-character.ejs b/views/create-character.ejs index 9237e09..77453aa 100644 --- a/views/create-character.ejs +++ b/views/create-character.ejs @@ -32,20 +32,16 @@ width:400px; } -input{ - -width:100%; -padding:12px; -margin-top:10px; - -} - +input, button{ + width: 100%; + padding: 14px; + margin-top: 10px; -margin-top:15px; -padding:12px; -width:100%; + border-radius: 6px; + border: none; + box-sizing: border-box; } .error{