We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7227a2 commit b666595Copy full SHA for b666595
templates/admin/dashboard.php
@@ -1,6 +1,6 @@
1
<?php
2
$this->layout('admin::layout', ['title' => $controller->getPageTitle()] + get_defined_vars()) ?>
3
-<div class="jumbotron">
+<div class="jumbotron p-4">
4
<div class="row">
5
<div class="col-2 text-center">
6
<?php echo $this->sitebase()->getGravatar($current_user->email, 100);?>
0 commit comments