diff --git a/inicial/static/js/login.js b/inicial/static/js/login.js index 173314e..17c62f1 100644 --- a/inicial/static/js/login.js +++ b/inicial/static/js/login.js @@ -7,7 +7,7 @@ $(document).ready(function(){ this.style.borderRadius = "20px"; } else { content_account.style.display = "flex"; - this.style.borderRadius = "20px 20px 0 0"; + this.style.borderRadius = "20px"; } }); -}); \ No newline at end of file +});