mirror of
https://github.com/DioxusLabs/dioxus
synced 2024-11-23 12:43:08 +00:00
13 lines
207 B
CSS
13 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;
|
||
|
}
|