Improve on mobile

This commit is contained in:
leosw
2025-12-25 22:47:45 +01:00
parent d414032a9b
commit dd87b3fb68

View File

@@ -321,7 +321,7 @@ if ($action === 'home') {
echo "<img src='uploads/{$item['photo']}' alt='Photo'>";
} else {
echo "<div style='
width:180px;
width:25%; max-width: 180px;
height:120px;
display:flex;
align-items:center;
@@ -593,7 +593,7 @@ if ($action === 'edit' && is_logged()) {
echo "<img src='uploads/{$item['photo']}' alt='Photo'>";
} else {
echo "<div style='
width:180px;
width:25%; max-width: 180px;
height:120px;
display:flex;
align-items:center;