This is an automated email from the ASF dual-hosted git repository. yumeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit ce75097c165e2a0cdde8b71dcda641d8f6f9423a Author: ZiyuTao <[email protected]> AuthorDate: Wed Sep 14 18:15:02 2022 +0800 fix: minor fix --- tailwind.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tailwind.config.js b/tailwind.config.js index b1697a4d1..14b2ebaae 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -12,8 +12,8 @@ module.exports = { }, screens: { 'xl': '1280px', - 'sm': { 'max': '850px' }, - 'mobile': { 'max': '390px' }, + 'sm': { 'max': '1024px' }, + 'mobile': { 'max': '550px' }, }, spacing: { 1: '8px',
