]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(docs): Show Vue School logo in free weekend banner mobile (#1368)
authorNico Devs <3766839+nicodevs@users.noreply.github.com>
Tue, 12 Apr 2022 09:53:12 +0000 (06:53 -0300)
committerGitHub <noreply@github.com>
Tue, 12 Apr 2022 09:53:12 +0000 (11:53 +0200)
docs/.vitepress/components/VueSchool/BannerTop.vue

index 2dc7b0349e5d1fdf4bde5fbd8ce48311c7cf0852..aa926525016922018a66b777dc1fe4c17f0ec22e 100644 (file)
   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) {