From 9a5b4259808d719a531eca18dff993eeeff71bc1 Mon Sep 17 00:00:00 2001 From: HombreLaser Date: Sun, 23 Apr 2023 12:19:07 -0600 Subject: Simplificada interfaz --- src/components/stylesheets/navbar.css | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/components/stylesheets/navbar.css') 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 -- cgit v1.2.3