From a93cd4140b77904f7f993a4e54bf8b078277215a Mon Sep 17 00:00:00 2001 From: afc163 Date: Wed, 24 Oct 2018 10:43:40 +0800 Subject: [PATCH] site: fix banner responsive bug --- site/theme/static/home.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/site/theme/static/home.less b/site/theme/static/home.less index 57130b7120..ac83519a1c 100644 --- a/site/theme/static/home.less +++ b/site/theme/static/home.less @@ -92,6 +92,10 @@ position: absolute; right: 0; bottom: 26px; + + img { + max-width: 100%; + } } .banner-btns {