From 6ff9d980ce1b897cf3490bc60e1859d0f2fc8665 Mon Sep 17 00:00:00 2001 From: Guillaume Chau Date: Mon, 18 Jun 2018 18:47:37 +0200 Subject: [PATCH] docs: fix hero image width on mobile --- docs/.vuepress/override.styl | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 docs/.vuepress/override.styl diff --git a/docs/.vuepress/override.styl b/docs/.vuepress/override.styl new file mode 100644 index 0000000..a32d0ba --- /dev/null +++ b/docs/.vuepress/override.styl @@ -0,0 +1,2 @@ +.home .hero img + max-width 80vw