From fa10c9dee05ae9e6711b9d18586bc1ebc240cafa Mon Sep 17 00:00:00 2001 From: afc163 Date: Sun, 22 Jan 2017 19:31:25 +0800 Subject: [PATCH] adjust page margin in small device, ref #4682 --- site/theme/static/responsive.less | 1 + 1 file changed, 1 insertion(+) diff --git a/site/theme/static/responsive.less b/site/theme/static/responsive.less index af7562dc91..53a26d7863 100644 --- a/site/theme/static/responsive.less +++ b/site/theme/static/responsive.less @@ -177,6 +177,7 @@ .main-wrapper { width: 100%; border-radius: 0; + margin: 0; } footer {