release: 1.26.7
This commit is contained in:
parent
e90c4545c9
commit
3340217057
|
@ -1,6 +1,6 @@
|
||||||
######## Stellar info ########
|
######## Stellar info ########
|
||||||
stellar:
|
stellar:
|
||||||
version: '1.26.6'
|
version: '1.26.7'
|
||||||
homepage: 'https://xaoxuu.com/wiki/stellar/'
|
homepage: 'https://xaoxuu.com/wiki/stellar/'
|
||||||
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
|
repo: 'https://github.com/xaoxuu/hexo-theme-stellar'
|
||||||
main_css: /css/main.css
|
main_css: /css/main.css
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hexo-theme-stellar",
|
"name": "hexo-theme-stellar",
|
||||||
"version": "1.26.6",
|
"version": "1.26.7",
|
||||||
"description": "Elegant and powerful theme for Hexo.",
|
"description": "Elegant and powerful theme for Hexo.",
|
||||||
"main": "package.json",
|
"main": "package.json",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
.l_body
|
.l_body
|
||||||
display: flex
|
display: grid
|
||||||
margin: auto
|
margin: auto
|
||||||
padding: 0 var(--gap-l)
|
padding: 0 var(--gap-l)
|
||||||
justify-content: center
|
|
||||||
font-size: var(--fsp)
|
font-size: var(--fsp)
|
||||||
|
grid-template-columns: 1fr minmax(200px, 688px) 1fr
|
||||||
|
|
||||||
.l_body .l_left
|
.l_body .l_left
|
||||||
z-index: 8
|
z-index: 8
|
||||||
|
|
Loading…
Reference in New Issue