Skip to content

Commit 01fdb49

Browse files
authored
Remove pocket from AAQ nav (#7194)
1 parent 538a644 commit 01fdb49

File tree

2 files changed

+2
-11
lines changed

2 files changed

+2
-11
lines changed

kitsune/sumo/jinja2/includes/common_macros.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -470,16 +470,6 @@ <h4 class="mzp-c-menu-item-title">{{ _('Get help with') }}</h4>
470470
{{ _('Mozilla VPN') }}
471471
</a>
472472
</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>
483473
<li>
484474
<a class="color-link" href="{{ url('questions.aaq_step1') }}"
485475
data-event-name="link_click"

kitsune/sumo/static/sumo/scss/layout/_nav.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,8 @@
193193
flex-wrap: wrap;
194194

195195
>li {
196-
flex: 25%;
196+
flex: 0 0 25%;
197+
max-width: 25%;
197198
}
198199

199200
}

0 commit comments

Comments
 (0)