diff --git a/_config.yml b/_config.yml index cfdb13a..0e1fb77 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ ######## Stellar info ######## stellar: - version: '1.26.6' + version: '1.26.7' homepage: 'https://xaoxuu.com/wiki/stellar/' repo: 'https://github.com/xaoxuu/hexo-theme-stellar' main_css: /css/main.css diff --git a/package.json b/package.json index 6396090..2226e28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stellar", - "version": "1.26.6", + "version": "1.26.7", "description": "Elegant and powerful theme for Hexo.", "main": "package.json", "scripts": { diff --git a/source/css/_layout/layout.styl b/source/css/_layout/layout.styl index 14d8972..a40123e 100644 --- a/source/css/_layout/layout.styl +++ b/source/css/_layout/layout.styl @@ -1,9 +1,9 @@ .l_body - display: flex + display: grid margin: auto padding: 0 var(--gap-l) - justify-content: center font-size: var(--fsp) + grid-template-columns: 1fr minmax(200px, 688px) 1fr .l_body .l_left z-index: 8