Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kitsune/sumo/jinja2/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,6 @@
</div>


{{ ff_alert(text=_('Get the account that protects you rather that profits off you.'), modifier_class="hide-on-mobile") }}

<header class="mzp-c-navigation sumo-nav">
<div class="mzp-c-navigation-l-content">
<div class="sumo-nav--container">
Expand Down Expand Up @@ -193,6 +191,8 @@
</div>
</header><!--/.mzp-c-navigation -->

{{ ff_alert(text=_('Get the account that protects you rather that profits off you.'), modifier_class="hide-on-mobile") }}

{% block hidden_search_masthead %}
<!-- This is only displayed when the instant search is active.
This block is overriden in home.html and product.html,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

&--heading {
@include c.text-display-xxxs;
font-family: var(--heading-font-family);
font-weight: bold;
text-align: center;
margin: p.$spacing-md 0 p.$spacing-lg;
Expand Down