diff --git a/app/assets/v2/scss/notifications.scss b/app/assets/v2/scss/notifications.scss index 6207a7f0384..c5557c99dfb 100644 --- a/app/assets/v2/scss/notifications.scss +++ b/app/assets/v2/scss/notifications.scss @@ -218,7 +218,7 @@ html.dark-mode { background: white; padding-bottom: 1rem; margin-bottom: 3rem; - margin-top: -3em; + margin-top: 3rem; z-index: 0; position: relative; border-radius: 4px; diff --git a/app/inbox/templates/inbox.html b/app/inbox/templates/inbox.html index 2678b1e50d8..390b0866b21 100644 --- a/app/inbox/templates/inbox.html +++ b/app/inbox/templates/inbox.html @@ -23,14 +23,14 @@ {% include 'shared/head.html' %} {% include 'shared/cards.html' %} - +
{% include 'shared/top_nav.html' with class='d-md-flex' %} {% include 'shared/nav.html' %}
{% include 'shared/minihero.html' with h1='Notifications' suppress_logo=1 %}
-
+
diff --git a/app/retail/templates/shared/minihero.html b/app/retail/templates/shared/minihero.html index a2823719f8e..330e544e0f6 100644 --- a/app/retail/templates/shared/minihero.html +++ b/app/retail/templates/shared/minihero.html @@ -32,7 +32,7 @@

{{h1}}

{% else %}
-

{{h1}}

+

{{h1}}

{% if not suppress_logo %}