We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebd6be3 commit b6705d7Copy full SHA for b6705d7
1 file changed
src/css/layout/navigation-top.css
@@ -108,14 +108,14 @@
108
grid-area: membership;
109
}
110
111
- @media (min-width: 1440px) {
+ @media (min-width: 1080px) {
112
.navigation__mobile-menu-trigger {
113
display: none;
114
115
116
.navigation__inner {
117
grid-template-columns: max-content 1fr max-content;
118
- padding: 0;
+ padding: 0 20px 0 10px;
119
120
121
.navigation__logo {
@@ -145,4 +145,10 @@
145
146
147
148
+
149
+ @media (min-width: 1440px) {
150
+ .navigation__inner {
151
+ padding: 0;
152
+ }
153
154
0 commit comments