Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Update Vue School Summer Sale banner #3577

Merged
merged 1 commit into from Jun 24, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/.vuepress/theme/components/BannerTop.vue
Expand Up @@ -11,7 +11,7 @@
<img src="/images/vueschool/vs-backpack.png" alt="Backpack">
</div>
<div class="vs-slogan">
Less than <span class="vs-slogan-light">48 hours</span> left for the Vue School offer
Extended! <span class="vs-slogan-light">Last few hours</span> for the Vue School offer
</div>
<div class="vs-button">
GET ACCESS
Expand Down Expand Up @@ -66,7 +66,7 @@ $contentClass = '.theme-default-content'
height: 26px
@media (min-width: 680px)
display: block
left: 40px
left: 20px
height: 40px
img
height: 40px
Expand All @@ -90,7 +90,7 @@ $contentClass = '.theme-default-content'
.vs-backpack
margin-right: 6px
@media (min-width: 680px)
margin-right: 14px
margin-right: 2px
img
height: 50px
@media (min-width: 680px)
Expand Down