feat: add navigation items
This commit is contained in:
parent
59ef51d6c6
commit
9dc3ddeec7
5 changed files with 26 additions and 4 deletions
|
@ -7,3 +7,8 @@
|
|||
top: 0;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.navbar .links {
|
||||
list-style-type: none;
|
||||
gap: 1.5rem;
|
||||
}
|
|
@ -14,3 +14,7 @@
|
|||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.justify-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue