Update file users.php

This commit is contained in:
Jan BELLON 2024-03-12 14:23:10 +00:00
parent 3cd2d6186a
commit aeceaadc0c

View File

@ -71,13 +71,13 @@ if(isset($_POST['userid']) && isset($_POST['role']) && isset($_POST['accreditati
} }
.user-pp { .user-pp {
height: 4em; height: 6em;
} }
.user-pp-image { .user-pp-image {
width: 4em; width: 6em;
height: 4em; height: 6em;
border-radius: 4em; border-radius: 6em;
} }
</style> </style>
<link rel="icon" href="./src/img/favicon.ico"> <link rel="icon" href="./src/img/favicon.ico">