12 lines
108 B
SCSS
12 lines
108 B
SCSS
.main-nav {
|
|
.container {
|
|
padding: 0 1rem;
|
|
}
|
|
|
|
ul {
|
|
::before {
|
|
@apply hidden;
|
|
}
|
|
}
|
|
}
|