Skip to content

Commit

Permalink
Merge pull request #10 from vesla0x1/contents
Browse files Browse the repository at this point in the history
feat(sass): add word-wrap to avoid horizontal scroll on long titles
  • Loading branch information
vesla0x1 authored May 23, 2024
2 parents c933d3e + 925b0e9 commit 2359ba0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sass/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ article {

h1, h2, h3, h4, h5, h6 {
width: fit-content;
max-width: 100%;
word-wrap: break-word;
&:hover a.zola-anchor {
visibility: visible !important;
}
Expand Down

0 comments on commit 2359ba0

Please sign in to comment.