9 lines
104 B
CSS
9 lines
104 B
CSS
.nav {
|
|
&__item {
|
|
display: inline-block;
|
|
& + .nav__item {
|
|
margin-left: 20px;
|
|
}
|
|
}
|
|
}
|