diff options
Diffstat (limited to 'app')
| -rw-r--r-- | app/view/settings.php | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/app/view/settings.php b/app/view/settings.php index 21b75ba..a5dc9d8 100644 --- a/app/view/settings.php +++ b/app/view/settings.php @@ -78,7 +78,7 @@ require_once "class/user.class.php";  <?php } ?>  <?php function image(\obj $obj, string $type, string $label) : void { ?> -    <div class="col-md-6 text-center"> +    <div class="col-xs-6 text-center">          <?php if ($type == "head") { ?>              <?=\datalsts\objHeadCircle($obj, 100)?>              <?php $d = (!$obj->hasHeadImg() ? "disabled" : ""); ?> | 
