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

Commit 192158b

Browse files
authored
GH-88 Follow rollczi's suggestions to navbar (#88)
1 parent a3947ac commit 192158b

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

src/components/header/Navbar.vue

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,19 @@ export default {
5454

5555
<style>
5656
57+
.navbar {
58+
width: 100% !important;
59+
position: fixed !important;
60+
backdrop-filter: blur(8px) !important;
61+
}
62+
63+
.container {
64+
padding: 17px 22px !important;
65+
top: 0;
66+
left: 0;
67+
right: 0;
68+
}
69+
5770
.navbar-nav-lang {
5871
margin: 7px;
5972
top: 0;
@@ -100,13 +113,6 @@ export default {
100113
}
101114
}
102115
103-
.container {
104-
padding: 3% 8%;
105-
top: 0;
106-
left: 0;
107-
right: 0;
108-
}
109-
110116
.nav-link {
111117
font-family: "Inter", sans-serif;
112118
text-transform: uppercase;

0 commit comments

Comments
 (0)