Skip to content

Commit b557d9f

Browse files
committed
Better word break for mobile
1 parent fdaf609 commit b557d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

html/css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -796,7 +796,7 @@ article :target:before {
796796
}
797797
.header-bg {}
798798
header h1 { width: 40px; overflow:hidden; }
799-
article h2, article h3 { line-height: 1.2; word-break: break-all;}
799+
article h2, article h3 { line-height: 1.2; word-break: break-word;}
800800
}
801801
@media (max-width:768px) {
802802
.content {display:flex; flex-direction: column-reverse; }

0 commit comments

Comments
 (0)