Переборщил с границами

This commit is contained in:
GeorgNation 2024-07-21 22:59:12 +06:00
parent 9842eddda0
commit 3f7919116f

View file

@ -210,7 +210,7 @@ $userprofile = new User(explode('/', $_SERVER['REQUEST_URI'])[2]);
</div>
<?php
if (json_decode($userprofile->i('content'), true)['aboutmemo']['value'] != null) { ?>
<div class="p20" style="margin-top: 25px; background-color: white !important;">
<div class="p20" style="margin-top: 8px; background-color: white !important;">
<h4>О себе</h4>
<?php
$bbcode= new ChrisKonnertz\BBCode\BBCode();