diff options
Diffstat (limited to 'src/components/stylesheets')
-rw-r--r-- | src/components/stylesheets/navbar.css | 10 | ||||
-rw-r--r-- | src/components/stylesheets/searchbar.css | 3 |
2 files changed, 9 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 diff --git a/src/components/stylesheets/searchbar.css b/src/components/stylesheets/searchbar.css new file mode 100644 index 0000000..99d3f28 --- /dev/null +++ b/src/components/stylesheets/searchbar.css @@ -0,0 +1,3 @@ +.searchbar { + display: flex; +}
\ No newline at end of file |