diff --git a/src/components/Navigation.vue b/src/components/Navigation.vue index 829fa30..cf49ba7 100644 --- a/src/components/Navigation.vue +++ b/src/components/Navigation.vue @@ -1,10 +1,10 @@ @@ -14,17 +14,28 @@ display: flex; justify-content: space-between; align-items: center; + padding: 5px 30px; - ul { + #nav-logo { + object-fit: cover; + height: 50px; + } + + #menu { display: flex; list-style: none; - li { + .menu-element { display: block; + padding: 0 10px; + &:hover { + background: rgba(0, 0 , 0, .1); + } } } a { font-weight: bold; color: #2c3e50; + line-height: 50px; &.router-link-exact-active { color: #42b983;