From 7fed581178c56595c00444d52249fbf36a26da69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 30 Apr 2024 13:44:16 +0200 Subject: [PATCH] styling --- WD7UVN_SzTGUI_2023242.Client.JS/wwwroot/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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{