Add bottom border to nav menu
parent
161904f65a
commit
24de3fd237
availabili.tf/src
|
@ -78,6 +78,7 @@ nav {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
border-bottom: 1px solid var(--surface-0);
|
||||||
}
|
}
|
||||||
|
|
||||||
nav .nav-links {
|
nav .nav-links {
|
||||||
|
|
Loading…
Reference in New Issue