summaryrefslogtreecommitdiff
path: root/src/components/stylesheets/navbar.css
diff options
context:
space:
mode:
authorHombreLaser <sebastian-440@live.com>2023-04-23 12:19:07 -0600
committerHombreLaser <sebastian-440@live.com>2023-04-23 12:19:07 -0600
commit9a5b4259808d719a531eca18dff993eeeff71bc1 (patch)
tree8237b8bf54688c7704f55be531ce20684f0b6cc4 /src/components/stylesheets/navbar.css
parenta417af928cd42e8a6749d69ac661182b3e1249a8 (diff)
Simplificada interfaz
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