summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/navbar.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/stylesheets/navbar.css')
-rw-r--r--src/components/stylesheets/navbar.css10
1 files changed, 6 insertions, 4 deletions
diff --git a/src/components/stylesheets/navbar.css b/src/components/stylesheets/navbar.css
index eefb764..75748a6 100644
--- a/src/components/stylesheets/navbar.css
+++ b/src/components/stylesheets/navbar.css
@@ -1,8 +1,10 @@
.navbar {
overflow: hidden;
- position: fixed;
+ margin-bottom: 5px;
+ /*position: fixed;*/
top: 0;
width: 100%;
+ border-bottom: solid 5px #394490;
}
.navbar-elements-text {
@@ -12,10 +14,10 @@
.avatar {
height: 25px;
- width: 25px
+ width: 25px;
}
-.image {
- height: 30px;
+.logo {
+ height: 35px;
width: auto;
} \ No newline at end of file