feat: add first pass of navbar
This commit is contained in:
parent
b702a3878d
commit
df1c7a795f
7 changed files with 4900 additions and 13 deletions
16
src/assets/css/utils/flex.css
Normal file
16
src/assets/css/utils/flex.css
Normal file
|
@ -0,0 +1,16 @@
|
|||
.flex {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.flex-col {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.items-center {
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.justify-center {
|
||||
justify-content: center;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue