From d835d73b927dbc0a4f95e1ec38491f301506a1c9 Mon Sep 17 00:00:00 2001 From: Sarmisuper Date: Thu, 9 Nov 2023 14:52:33 +0100 Subject: [PATCH] Removed styles --- ChatRPG/Areas/Identity/Pages/Account/Login.cshtml | 2 +- .../Areas/Identity/Pages/Account/Register.cshtml | 2 +- ChatRPG/Pages/Shared/_Layout.cshtml | 12 ++++-------- ChatRPG/wwwroot/css/site.css | 15 +++++++++++++-- 4 files changed, 19 insertions(+), 12 deletions(-) diff --git a/ChatRPG/Areas/Identity/Pages/Account/Login.cshtml b/ChatRPG/Areas/Identity/Pages/Account/Login.cshtml index c983d37..5bad6aa 100644 --- a/ChatRPG/Areas/Identity/Pages/Account/Login.cshtml +++ b/ChatRPG/Areas/Identity/Pages/Account/Login.cshtml @@ -28,7 +28,7 @@
- +

diff --git a/ChatRPG/Areas/Identity/Pages/Account/Register.cshtml b/ChatRPG/Areas/Identity/Pages/Account/Register.cshtml index f98b4fa..4a44bcf 100644 --- a/ChatRPG/Areas/Identity/Pages/Account/Register.cshtml +++ b/ChatRPG/Areas/Identity/Pages/Account/Register.cshtml @@ -36,7 +36,7 @@

- +

Already a member? Login diff --git a/ChatRPG/Pages/Shared/_Layout.cshtml b/ChatRPG/Pages/Shared/_Layout.cshtml index dbad9f7..665d63e 100644 --- a/ChatRPG/Pages/Shared/_Layout.cshtml +++ b/ChatRPG/Pages/Shared/_Layout.cshtml @@ -23,13 +23,9 @@

-
-
+
@RenderBody()
-