aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/wwwroot/css
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-05-07 13:18:04 +0300
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-05-07 13:18:04 +0300
commit55788fb6f937621944acc933577eb2d37997aa92 (patch)
tree87843ff3907a7a5ef5569bc88f216c39bfa7fdb8 /ExamTemplate/Web/wwwroot/css
parent8f7dabf274b5e428fc32f19a3c8848eacab01090 (diff)
downloadit-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.tar
it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.tar.gz
it-kariera-exam-template-55788fb6f937621944acc933577eb2d37997aa92.zip
Removed Privacy page and tweaked navbar and footer
Diffstat (limited to 'ExamTemplate/Web/wwwroot/css')
-rw-r--r--ExamTemplate/Web/wwwroot/css/styles.css11
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 > * {