Skip to content

Commit

Permalink
Define max-width for larger screens
Browse files Browse the repository at this point in the history
  • Loading branch information
mithandir committed Jun 18, 2024
1 parent ba30649 commit cdc723b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ private Html createHtmlElement(String str) {
html.getStyle().set("text-align", "justify");
html.getStyle().set("font-size", "small");
html.getStyle().set("margin-left", "10px");
html.getStyle().set("max-width", "50em");

return html;
}
Expand Down

0 comments on commit cdc723b

Please sign in to comment.