Skip to content

Commit 2be46c9

Browse files
committed
Fix Vue School banner style
1 parent 61b9d38 commit 2be46c9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

themes/vue/source/css/_vueschool.styl

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ body.has-vs-banner
7171
@media (min-width: 680px)
7272
min-height: $vs-banner-height-desktop
7373
background-image: url(../images/banners/vs-fw-bg.svg)
74+
background-position: top right -130px
7475
@media (min-width: 900px)
7576
background-position: top right
7677
position: static
@@ -116,12 +117,10 @@ body.has-vs-banner
116117
color: #FFF
117118
font-size: 14px
118119
font-weight: bold
119-
width: 170px
120120
@media (min-width: 680px)
121121
font-size: 18px
122-
width: 220px
123-
@media (min-width: 1024px)
124122
width: auto
123+
@media (min-width: 1024px)
125124
font-size: 24px
126125
strong
127126
color: #fdc722

0 commit comments

Comments
 (0)