forked from fr/deguapp
9 lines
95 B
CSS
9 lines
95 B
CSS
|
.nav-wrapper {
|
||
|
justify-content: space-between;
|
||
|
padding: 1rem 0.5rem;
|
||
|
}
|
||
|
|
||
|
a {
|
||
|
color: black;
|
||
|
}
|