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