Merged in fix/name-alignment (pull request #519)

fix: issue with name not being center aligned

Approved-by: Michael Zetterberg
This commit is contained in:
Tobias Johansson
2024-08-27 10:19:06 +00:00
committed by Michael Zetterberg

View File

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