Skip to content

Commit 72b4fd7

Browse files
committed
update styles to break the title
1 parent da73735 commit 72b4fd7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

webpack/sass/main.scss

+3-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ a {
3838

3939
.single-post {
4040
.container {
41-
@extend .padding-horizontal-big;
41+
@extend .padding-horizontal-xxl;
4242
}
4343

4444
.single-post-header {
@@ -48,6 +48,8 @@ a {
4848

4949
.title {
5050
@extend .padding-top-big;
51+
52+
overflow-wrap: break-word;
5153
}
5254

5355
.author {

0 commit comments

Comments
 (0)