Use same sizes for small grid
This commit is contained in:
@@ -21,7 +21,7 @@ define('POST_EXCERPT_LENGTH', 40);
|
|||||||
function roots_main_class() {
|
function roots_main_class() {
|
||||||
if (roots_display_sidebar()) {
|
if (roots_display_sidebar()) {
|
||||||
// Classes on pages with the sidebar
|
// Classes on pages with the sidebar
|
||||||
$class = 'col-sm-7 col-lg-8';
|
$class = 'col-sm-8 col-lg-8';
|
||||||
} else {
|
} else {
|
||||||
// Classes on full width pages
|
// Classes on full width pages
|
||||||
$class = 'col-lg-12';
|
$class = 'col-lg-12';
|
||||||
@@ -34,7 +34,7 @@ function roots_main_class() {
|
|||||||
* .sidebar classes
|
* .sidebar classes
|
||||||
*/
|
*/
|
||||||
function roots_sidebar_class() {
|
function roots_sidebar_class() {
|
||||||
return 'col-sm-5 col-lg-4';
|
return 'col-sm-4 col-lg-4';
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user