Skip to content

Commit

Permalink
docs(docs): Show Vue School logo in free weekend banner mobile (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicodevs committed Apr 12, 2022
1 parent 89ffabe commit e919c1d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/.vitepress/components/VueSchool/BannerTop.vue
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,17 @@
top: 20px;
}
#vs .vs-logo .logo-small {
display: none;
width: 30px;
margin-left: -5px;
margin-top: 5px;
}
#vs .vs-logo .logo-big {
display: none;
}
@media (min-width: 768px) {
#vs .vs-logo .logo-small {
display: inline-block;
width: auto;
margin: 0;
}
}
@media (min-width: 1024px) {
Expand Down

0 comments on commit e919c1d

Please sign in to comment.