make it float right

This commit is contained in:
rick
2025-07-05 21:41:12 +02:00
parent 19f71e0a33
commit b22e583ab3
2 changed files with 4 additions and 7 deletions

View File

@@ -6,8 +6,7 @@ table, th, td {
padding: 4px;
}
.avatar {
float: right;
justify-content: center;
align-items: center;
.float-right{
float:right;
}