Skip to content

Commit b666595

Browse files
committed
less jumbotron padding
1 parent f7227a2 commit b666595

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/admin/dashboard.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
$this->layout('admin::layout', ['title' => $controller->getPageTitle()] + get_defined_vars()) ?>
3-
<div class="jumbotron">
3+
<div class="jumbotron p-4">
44
<div class="row">
55
<div class="col-2 text-center">
66
<?php echo $this->sitebase()->getGravatar($current_user->email, 100);?>

0 commit comments

Comments
 (0)