fix: issue with name not being center aligned

This commit is contained in:
Tobias Johansson
2024-08-27 11:40:51 +02:00
parent 68aa6e565d
commit e092631c4d

View File

@@ -18,7 +18,7 @@
margin-left: -35px;
}
.name {
.friend .name {
text-align: center;
}