From 55788fb6f937621944acc933577eb2d37997aa92 Mon Sep 17 00:00:00 2001 From: Syndamia Date: Fri, 7 May 2021 13:18:04 +0300 Subject: Removed Privacy page and tweaked navbar and footer --- ExamTemplate/Web/wwwroot/css/styles.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'ExamTemplate/Web/wwwroot/css') diff --git a/ExamTemplate/Web/wwwroot/css/styles.css b/ExamTemplate/Web/wwwroot/css/styles.css index bc93d42..5819b09 100644 --- a/ExamTemplate/Web/wwwroot/css/styles.css +++ b/ExamTemplate/Web/wwwroot/css/styles.css @@ -58,9 +58,15 @@ padding-bottom: 8px; } -.navbar a { +.navbar section > :not(*:first-child) { padding-left: 5px; +} + +.navbar section > :not(*:last-child) { padding-right: 5px; +} + +.navbar a { text-decoration: none; color: #343a40; } @@ -72,8 +78,7 @@ .navbar-contents { width: 100%; display: flex; - padding-right: 15px; - padding-left: 15px; + box-sizing: border-box; } .navbar-contents > * { -- cgit v1.2.3