changed formatting of a paragraph element with a class of desc

This commit is contained in:
Ken Johnson
2013-05-23 16:42:49 -04:00
parent f674a57440
commit c72178a665
2 changed files with 9 additions and 2 deletions
+5
View File
@@ -11,3 +11,8 @@
*= require_self
*= require_tree .
*/
p.desc {
max-width: 850px;
word-wrap: break-word;
}