From: Nico Devs <3766839+nicodevs@users.noreply.github.com> Date: Mon, 21 Jun 2021 07:47:57 +0000 (-0300) Subject: docs: Update Vue School banner (#1006) X-Git-Tag: v4.0.10~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=690ba0d5c0b1c7055fc65e3097cbf3d805ba24ad;p=thirdparty%2Fvuejs%2Frouter.git docs: Update Vue School banner (#1006) --- diff --git a/docs/.vitepress/components/BannerTop.vue b/docs/.vitepress/components/BannerTop.vue index a06098f4..f8a000e2 100644 --- a/docs/.vitepress/components/BannerTop.vue +++ b/docs/.vitepress/components/BannerTop.vue @@ -11,10 +11,7 @@ Backpack
- 3-months Vue School for only $49 $75! - - Limited Time Offer - + Less than 48 hours left for the Vue School offer
GET ACCESS @@ -74,7 +71,6 @@ @media (min-width: 680px) { #vs .vs-iso { - left: 40px; height: 40px; display: inline-block; } @@ -109,6 +105,7 @@ #vs .vs-core .vs-backpack { margin-right: 14px; + position: absolute; } #vs .vs-core .vs-backpack img { @@ -116,6 +113,10 @@ } @media (min-width: 680px) { + #vs .vs-core .vs-backpack { + position: static; + } + #vs .vs-core .vs-backpack img { height: 74px; } @@ -125,11 +126,15 @@ color: #FFF; font-weight: bold; font-size: 14px; - margin-right: 26px; + text-align: center; + padding: 0 90px; } @media (min-width: 680px) { #vs .vs-core .vs-slogan { + padding: 0; + text-align: left; + margin-right: 26px; margin-right: 0; font-size: 18px; } @@ -137,7 +142,6 @@ #vs .vs-core .vs-slogan > .vs-slogan-light { color: #ff5338; - display: block; text-align: left; } @@ -149,7 +153,7 @@ } #vs .vs-core .vs-button { - margin-left: 43px; + margin-left: 13px; color: #fff; padding: 13px 24px; border-radius: 40px;