diff --git a/_config.yml b/_config.yml index 0e1fb77..1bf9c53 100755 --- a/_config.yml +++ b/_config.yml @@ -1,6 +1,6 @@ ######## Stellar info ######## stellar: - version: '1.26.7' + version: '1.26.8' 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 2226e28..85e4ff3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hexo-theme-stellar", - "version": "1.26.7", + "version": "1.26.8", "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 a40123e..14d8972 100644 --- a/source/css/_layout/layout.styl +++ b/source/css/_layout/layout.styl @@ -1,9 +1,9 @@ .l_body - display: grid + display: flex 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