From aaefff63903fbf7a100fc881c17e09b0c530a884 Mon Sep 17 00:00:00 2001 From: Nico Devs Date: Mon, 11 Apr 2022 09:21:46 -0300 Subject: [PATCH] docs(docs): Show Vue School logo in free weekend banner mobile --- docs/.vuepress/theme/components/VueSchool/BannerTop.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/.vuepress/theme/components/VueSchool/BannerTop.vue b/docs/.vuepress/theme/components/VueSchool/BannerTop.vue index 092d9d02c..61f75bded 100644 --- a/docs/.vuepress/theme/components/VueSchool/BannerTop.vue +++ b/docs/.vuepress/theme/components/VueSchool/BannerTop.vue @@ -64,6 +64,12 @@ top: 20px; } +#vs .vs-logo .logo-small { + width: 30px; + margin-left: -5px; + margin-top: 5px; +} + #vs .vs-logo .logo-big { display: none; }