Improve widget flow

This commit is contained in:
Skylar Ittner 2017-06-23 17:12:12 -06:00
parent 5f139b69de
commit e2fb45c9a0
2 changed files with 5 additions and 1 deletions

View File

@ -127,7 +127,7 @@ if (!is_empty($_GET['page'])) {
END;
}
?>
<div class="row">
<div class="row widget-box">
<?php
// Center the widgets horizontally on the screen
$appcount = count(APPS[$pageid]);

View File

@ -43,4 +43,8 @@
.apppanel {
min-height: 250px;
}
.row.widget-box > .col-md-4:nth-child(3n+4) {
clear: both;
}