mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-10 06:34:20 +00:00
13 lines
206 B
CSS
13 lines
206 B
CSS
#navbar {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
gap: 1rem;
|
|
align-items: center;
|
|
}
|
|
|
|
#blog-list {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: start;
|
|
gap: 1rem;
|
|
}
|