Update $content_width

This commit is contained in:
Ben Word
2013-08-25 20:06:17 -05:00
parent 536080600a
commit 0d6a8dbdfd

View File

@@ -75,9 +75,9 @@ function roots_display_sidebar() {
* and media embeds (in pixels).
*
* Example: If the content area is 640px wide, set $content_width = 620; so images and videos will not overflow.
* Default: 940px is the default Bootstrap container width.
* Default: 1140px is the default Bootstrap container width.
*/
if (!isset($content_width)) { $content_width = 940; }
if (!isset($content_width)) { $content_width = 1140; }
/**
* Define helper constants