diff --git a/themes/vue/layout/partials/vueschool_banner.ejs b/themes/vue/layout/partials/vueschool_banner.ejs index 9f39650e0d..f150a7fad1 100644 --- a/themes/vue/layout/partials/vueschool_banner.ejs +++ b/themes/vue/layout/partials/vueschool_banner.ejs @@ -10,7 +10,7 @@ Backpack
- Less than 48 hours left for the Vue School offer + Extended! Last few hours for the Vue School offer
GET ACCESS diff --git a/themes/vue/source/css/_vueschool.styl b/themes/vue/source/css/_vueschool.styl index 90072df14f..eae8e25bf1 100644 --- a/themes/vue/source/css/_vueschool.styl +++ b/themes/vue/source/css/_vueschool.styl @@ -103,7 +103,7 @@ body.has-vs-banner align-items: center .vs-backpack - margin-right: 14px + margin-right: 4px img height: 50px @media (min-width: 680px) @@ -113,7 +113,7 @@ body.has-vs-banner color: #FFF font-weight: bold font-size: 14px - width: 150px + width: 180px text-align: center margin-left: 40px @media (min-width: 400px) @@ -131,7 +131,7 @@ body.has-vs-banner display: inline .vs-button - margin-left: 43px + margin-left: 12px color: #FFF padding: 13px 24px border-radius: 40px @@ -140,6 +140,8 @@ body.has-vs-banner font-weight: bold @media (min-width: 680px) display: inline-block + @media (min-width: 900px) + margin-left: 43px .vs-close right: 10px