Skip to content

Commit

Permalink
fix word wrapp and post title
Browse files Browse the repository at this point in the history
  • Loading branch information
jrichardsz committed Sep 3, 2023
1 parent 9fe1305 commit b98d7f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 11 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ logo: site-logo.png
disqus_shortname: jrichardsz-github-io
search: true
#Change url to your domain. Leave localhost server or blank when working locally.
url: https://jrichardsz.github.io
#cdn: http://cdn.localhost:4000
# url: https://jrichardsz.github.io
# cdn: http://cdn.localhost:4000

# Owner/author information
owner:
Expand Down
3 changes: 2 additions & 1 deletion assets/css/main.min.css
Original file line number Diff line number Diff line change
Expand Up @@ -2828,7 +2828,7 @@ span+.entry-title {
.entry-title {
max-width: 100%;
font-size: 68px;
font-size: 4.25rem;
font-size: 3rem;
}
}

Expand All @@ -2837,6 +2837,7 @@ span+.entry-title {
padding-right: 20px;
padding-left: 20px;
margin: 0 auto 3em;
word-wrap: break-word;
*zoom: 1;
}

Expand Down
4 changes: 0 additions & 4 deletions build-deploy.bat

This file was deleted.

4 changes: 0 additions & 4 deletions build-init.bat

This file was deleted.

0 comments on commit b98d7f3

Please sign in to comment.