release: 1.26.7
This commit is contained in:
parent
e90c4545c9
commit
3340217057
|
@ -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
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue