Browse Source

Merge pull request #1237 from mozilla/quick-style-banner

style banner
Danny Coates 6 years ago
parent
commit
555c615711
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/ui/promo.js

+ 2 - 2
app/ui/promo.js

@@ -14,7 +14,7 @@ class Promo extends Component {
   createElement() {
     return html`
       <send-promo
-        class="w-full flex-none flex flex-row items-center content-center justify-center text-sm bg-grey-light leading-tight text-grey-darkest px-4 py-3"
+        class="w-full flex-none flex-row items-center content-center justify-center text-sm bg-grey-light leading-tight text-grey-darkest px-4 py-3 hidden md:flex"
       >
         <div class="flex items-center mx-auto">
           <img
@@ -23,7 +23,7 @@ class Promo extends Component {
             alt="Firefox"
           />
           <span class="ml-3"
-            >Send is brought to you by the all-new Firefox.
+            >Send is brought to you by the all-new Firefox.${' '}
             <a
               class="text-blue"
               href="https://www.mozilla.org/firefox/new/?utm_campaign=send-acquisition&utm_medium=referral&utm_source=send.firefox.com"