Skip to content

Commit fe514b5

Browse files
authored
Update Vue School banner (#2836)
1 parent 9cd2e66 commit fe514b5

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

themes/vue/layout/partials/vueschool_banner.ejs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,7 @@
1010
<img src="/images/banners/vs-backpack.png" alt="Backpack">
1111
</div>
1212
<div class="vs-slogan">
13-
3-months Vue School for only $49 <span style="text-decoration: line-through">$75</span>!
14-
<span class="vs-slogan-light">
15-
Limited Time Offer
16-
</span>
13+
Less than <span class="vs-slogan-light">48 hours</span> left for the Vue School offer
1714
</div>
1815
<div class="vs-button">
1916
GET ACCESS

themes/vue/source/css/_vueschool.styl

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,11 +113,18 @@ body.has-vs-banner
113113
color: #FFF
114114
font-weight: bold
115115
font-size: 14px
116+
width: 150px
117+
text-align: center
118+
margin-left: 40px
119+
@media (min-width: 400px)
120+
margin-left: 60px
116121
@media (min-width: 680px)
122+
margin-left: 0
123+
width: auto
124+
text-align: left
117125
font-size: 18px
118126
> .vs-slogan-light
119127
color: #ff5338
120-
display: block
121128
text-align: left
122129
@media (min-width: 900px)
123130
text-align: center

0 commit comments

Comments
 (0)