diff options
Diffstat (limited to 'ExamTemplate/Web/wwwroot/css/styles.css')
| -rw-r--r-- | ExamTemplate/Web/wwwroot/css/styles.css | 11 |
1 files changed, 8 insertions, 3 deletions
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 > * { |
