prevent single page text overflow

This commit is contained in:
zzossig 2019-12-01 16:37:10 +09:00
parent 194171c38a
commit 0c438e806c
2 changed files with 2 additions and 1 deletions

View File

@ -2,6 +2,7 @@
padding: 1rem;
position: relative;
width: 100%;
overflow-wrap: break-word;
&__title {
font-size: 2.5rem;