Skip to content
This repository has been archived by the owner on Aug 19, 2023. It is now read-only.

Commit

Permalink
GH-88 Follow rollczi's suggestions to navbar (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
vLuckyyy authored Apr 23, 2023
1 parent a3947ac commit 192158b
Showing 1 changed file with 13 additions and 7 deletions.
20 changes: 13 additions & 7 deletions src/components/header/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,19 @@ export default {

<style>
.navbar {
width: 100% !important;
position: fixed !important;
backdrop-filter: blur(8px) !important;
}
.container {
padding: 17px 22px !important;
top: 0;
left: 0;
right: 0;
}
.navbar-nav-lang {
margin: 7px;
top: 0;
Expand Down Expand Up @@ -100,13 +113,6 @@ export default {
}
}
.container {
padding: 3% 8%;
top: 0;
left: 0;
right: 0;
}
.nav-link {
font-family: "Inter", sans-serif;
text-transform: uppercase;
Expand Down

1 comment on commit 192158b

@vercel
Copy link

@vercel vercel bot commented on 192158b Apr 23, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.