dioxus/examples/assets/links.css

13 lines
207 B
CSS
Raw Normal View History

2024-02-14 20:33:07 +00:00
#external-links {
display: flex;
flex-direction: column;
}
#nav {
display: flex;
justify-content: space-between;
align-items: center;
padding: 1rem;
background-color: #f4f4f4;
}