Skip to content

Commit

Permalink
Merge branch '20231101-fix-centering'
Browse files Browse the repository at this point in the history
  • Loading branch information
takemar committed Nov 22, 2023
2 parents 0186268 + 7ef7b17 commit 6c9319d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,13 @@

:is(main) {
word-wrap: break-word;
:lang(ja) {
&:lang(ja) {
text-align: justify;
@media (max-width: 640px) {
text-align: left;
}
}
:lang(en) {
&:lang(en) {
hyphens: auto;
}
font-size: 1.125rem;
Expand Down

0 comments on commit 6c9319d

Please sign in to comment.