Skip to content

Commit

Permalink
Fix navbar left aligned
Browse files Browse the repository at this point in the history
  • Loading branch information
marwie committed Aug 27, 2024
1 parent c2bc57d commit 09f6ec3
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions documentation/.vuepress/styles/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -232,16 +232,15 @@ td {
}

.navbar {
border-radius: 30px;
box-shadow: 0 0 10px #0000001a;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
background-color: rgba(255, 255, 255, 0.7);
margin: 10px;
left: initial;
right: initial;
margin: 10px auto;
display: flex;
padding-left: 1.3rem;
width: fit-content;
border-radius: 3rem;
}

@media screen and (max-width: 719px) {
Expand Down

0 comments on commit 09f6ec3

Please sign in to comment.