From: Nico Devs <3766839+nicodevs@users.noreply.github.com> Date: Thu, 24 Jun 2021 18:47:52 +0000 (-0300) Subject: docs(docs): Update Vue School Summer Sale banner (#1012) X-Git-Tag: v4.0.11~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=109885e3d8b95e35f1d47f8cf1215f1dae81ff8b;p=thirdparty%2Fvuejs%2Frouter.git docs(docs): Update Vue School Summer Sale banner (#1012) --- diff --git a/docs/.vitepress/components/BannerTop.vue b/docs/.vitepress/components/BannerTop.vue index f8a000e2..e93dc193 100644 --- a/docs/.vitepress/components/BannerTop.vue +++ b/docs/.vitepress/components/BannerTop.vue @@ -11,7 +11,7 @@ Backpack
- Less than 48 hours left for the Vue School offer + Extended! Last few hours for the Vue School offer
GET ACCESS @@ -115,6 +115,7 @@ @media (min-width: 680px) { #vs .vs-core .vs-backpack { position: static; + margin-right: 0; } #vs .vs-core .vs-backpack img { @@ -122,6 +123,12 @@ } } +@media (min-width: 900px) { + #vs .vs-core .vs-backpack { + margin-right: 14px; + } +} + #vs .vs-core .vs-slogan { color: #FFF; font-weight: bold;