Skip to content

Commit

Permalink
🔨 fix: something
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanDecode committed Feb 18, 2019
1 parent 4c095c6 commit 5751167
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 9 deletions.
3 changes: 3 additions & 0 deletions assets/parts/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,9 @@ main{
h1{
font-weight: 600;
font-size: 1.7rem;
@media screen and (max-width: 767px){
margin-top: 0;
}
}
p:not(.post-meta){
font-weight: 300;
Expand Down
28 changes: 21 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@
"build": "gulp build",
"add": "git add ."
},
"pre-commit": [
],
"pre-commit": [],
"repository": {
"type": "git",
"url": "git+https://github.com/AlanDecode/Typecho-Theme-VOID.git"
Expand Down

0 comments on commit 5751167

Please sign in to comment.