prevent single page text overflow
This commit is contained in:
parent
194171c38a
commit
0c438e806c
|
@ -2,6 +2,7 @@
|
|||
padding: 1rem;
|
||||
position: relative;
|
||||
width: 100%;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
&__title {
|
||||
font-size: 2.5rem;
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue