0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-09-28 12:39:00 +02:00

Made small avatar image center

This commit is contained in:
Emmanuel ROHEE 2014-08-19 09:24:35 +02:00
parent f144f8cc56
commit 38f5c1c378

View file

@ -251,6 +251,7 @@ h1 {
height: 160px; height: 160px;
display:table-cell; display:table-cell;
vertical-align: middle; vertical-align: middle;
text-align: center;
} }
.profile-avatar img { .profile-avatar img {