Apply word-wrap: break-word

This commit is contained in:
Jeremy Dormitzer 2018-10-06 08:09:08 -04:00
parent f5bb1d8119
commit 32caa9ef9c

View File

@ -519,6 +519,10 @@ h1 {
font-size: 50px; font-size: 50px;
} }
.content-area {
word-wrap: break-word;
}
/*-------------------------------------------------------------- /*--------------------------------------------------------------
# Elements # Elements
--------------------------------------------------------------*/ --------------------------------------------------------------*/