Skip to content

Commit

Permalink
Share image style tweaks
Browse files Browse the repository at this point in the history
- break overflowed words
- relax horizontal constraints
  • Loading branch information
jerodsanto committed Jun 26, 2024
1 parent 7455744 commit eb65bd3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/app/img.css
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ h4,
h5 {
font-weight: normal;
text-wrap: balance;
word-break: break-word;
}

/* Display */
Expand Down Expand Up @@ -209,7 +210,7 @@ body {
margin: 0 auto;
overflow: hidden;
padding: 3.5rem 0;
width: 800px;
width: 900px;
height: 100%;
}

Expand Down Expand Up @@ -301,7 +302,7 @@ Changelog News
margin: 0 auto;
overflow: hidden;
padding: 3.5rem 0;
width: 800px;
width: 850px;
height: 100%;
}

Expand Down

0 comments on commit eb65bd3

Please sign in to comment.