We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538a644 commit 01fdb49Copy full SHA for 01fdb49
kitsune/sumo/jinja2/includes/common_macros.html
@@ -470,16 +470,6 @@ <h4 class="mzp-c-menu-item-title">{{ _('Get help with') }}</h4>
470
{{ _('Mozilla VPN') }}
471
</a>
472
</li>
473
- <li>
474
- <a href="{{ url('questions.aaq_step2', 'pocket') }}"
475
- data-event-name="link_click"
476
- data-event-parameters='{
477
- "link_name": "main-menu.aaq-step-2",
478
- "link_detail": "pocket"
479
- }'>
480
- {{ _('Pocket') }}
481
- </a>
482
- </li>
483
<li>
484
<a class="color-link" href="{{ url('questions.aaq_step1') }}"
485
data-event-name="link_click"
kitsune/sumo/static/sumo/scss/layout/_nav.scss
@@ -193,7 +193,8 @@
193
flex-wrap: wrap;
194
195
>li {
196
- flex: 25%;
+ flex: 0 0 25%;
197
+ max-width: 25%;
198
}
199
200
0 commit comments