From cf3e475d5ffd12581e2e726f574def3893831f12 Mon Sep 17 00:00:00 2001 From: ingrid <ingrimeg@stud.ntnu.no> Date: Fri, 21 Apr 2023 08:49:51 +0200 Subject: [PATCH] plassering --- src/components/Navbar.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 1364857..c452876 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -60,6 +60,10 @@ export default { #logoContainer { background-color: white; border-radius: 50%; + display: flex; + justify-content: center; + align-items:center; + } #logoContainer img{ @@ -67,6 +71,7 @@ export default { } nav { + z-index: 999; position: fixed; top: auto; bottom: 0; @@ -99,4 +104,5 @@ ul { li{ text-align: center; } + </style> \ No newline at end of file -- GitLab