From efece122e5df3a076effed5542607043cc968cb6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=BB=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2=20?= =?UTF-8?q?=D0=9B=D1=8E=D0=BC=D0=B8=D0=BD=D0=B0=D1=80=D1=81=D0=BA=D0=B8?= =?UTF-8?q?=D0=B9?= Date: Fri, 16 Nov 2018 08:08:24 +0300 Subject: [PATCH] fix($theme-default): fit image for hero image (#980) --- packages/@vuepress/theme-default/components/Home.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/@vuepress/theme-default/components/Home.vue b/packages/@vuepress/theme-default/components/Home.vue index 95a00cbfcc..ceb50c2364 100644 --- a/packages/@vuepress/theme-default/components/Home.vue +++ b/packages/@vuepress/theme-default/components/Home.vue @@ -78,6 +78,7 @@ export default { .hero text-align center img + max-width: 100% max-height 280px display block margin 3rem auto 1.5rem