diff --git a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css index a37d978..1862c5e 100644 --- a/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css +++ b/WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css @@ -30,7 +30,8 @@ input:focus{ a.button{ display: block; - margin: 0 auto; + margin-left: 500px; + margin-right: 500px; padding: 30px 90px; border: 3px solid white; border-radius: 10px; @@ -38,7 +39,6 @@ a.button{ text-decoration: none; font-size: 20px; color: white; - width: fit-content; } a.button:hover{