]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs(docs): Update Vue School Summer Sale banner (#1012)
authorNico Devs <3766839+nicodevs@users.noreply.github.com>
Thu, 24 Jun 2021 18:47:52 +0000 (15:47 -0300)
committerGitHub <noreply@github.com>
Thu, 24 Jun 2021 18:47:52 +0000 (20:47 +0200)
docs/.vitepress/components/BannerTop.vue

index f8a000e20644fd7ead8c6aa889ed944e3e277ba5..e93dc1939a9b55de13b20eee3e06178db11c4b56 100644 (file)
@@ -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
 @media (min-width: 680px) {
   #vs .vs-core .vs-backpack {
     position: static;
+    margin-right: 0;
   }
 
   #vs .vs-core .vs-backpack img {
   }
 }
 
+@media (min-width: 900px) {
+  #vs .vs-core .vs-backpack {
+    margin-right: 14px;
+  }
+}
+
 #vs .vs-core .vs-slogan {
   color: #FFF;
   font-weight: bold;