Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Saber2pr committed Feb 25, 2024
1 parent b702081 commit 6ff1ff1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ async function main() {
.ssr-content-title {
word-break: break-all;
font-size: 3rem;
margin-top: 3rem;
margin-top: calc(3rem + 40px);
margin-left: 1rem;
margin-right: 1rem;
}
Expand Down Expand Up @@ -306,4 +306,4 @@ async function main() {
execSync(`git push origin -u -f master:gh-pages`)
}

main().catch(console.log)
main().catch(console.log)

0 comments on commit 6ff1ff1

Please sign in to comment.