mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-22 20:23:09 +00:00
12 lines
207 B
CSS
12 lines
207 B
CSS
#external-links {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
#nav {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 1rem;
|
|
background-color: #f4f4f4;
|
|
}
|