We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b155d5a commit 06fda3cCopy full SHA for 06fda3c
assets/sass/components/navigation/_navigation.scss
@@ -5,8 +5,7 @@
5
width: 100%;
6
7
&.main-navigation {
8
- > div#primary-menu,
9
- > div {
+ > div#primary-menu {
10
> ul {
11
list-style: none;
12
padding: 0;
@@ -16,14 +15,13 @@
16
15
17
@media(min-width: 1025px) {
18
19
20
21
22
display: flex;
23
flex-wrap: wrap;
24
25
li + li {
26
- margin-left: 35px;
+ //margin-left: 35px;
27
}
28
29
0 commit comments