dioxus/examples/assets/links.css
2024-02-14 12:33:07 -08:00

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;
}