From bd2ebdd29e03425a8314a91b64a5943df83b7559 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 6 May 2021 22:46:11 +0300 Subject: Added logout functionality and updated navbar --- ExamTemplate/Web/wwwroot/css/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ExamTemplate/Web/wwwroot/css') diff --git a/ExamTemplate/Web/wwwroot/css/styles.css b/ExamTemplate/Web/wwwroot/css/styles.css index 36880f5..e01dcf0 100644 --- a/ExamTemplate/Web/wwwroot/css/styles.css +++ b/ExamTemplate/Web/wwwroot/css/styles.css @@ -87,7 +87,7 @@ form { display: flex; flex-direction: column; - margin-top: 10px; + align-items: center; justify-content: center; max-width: 300px; @@ -95,6 +95,10 @@ form { margin-right: auto; } +.main > div > form { + margin-top: 10px; +} + form > * { width: 100%; box-sizing: border-box; -- cgit v1.2.3