1
0
forked from fr/deguapp
deguapp/frontend/css/nav.css

9 lines
95 B
CSS
Raw Normal View History

2023-10-24 01:28:16 +02:00
.nav-wrapper {
justify-content: space-between;
padding: 1rem 0.5rem;
}
a {
color: black;
}