1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-20 23:41:29 +02:00

[ticket/16751] cleanup inline while at it

PHPBB3-16751
This commit is contained in:
hanakin
2021-04-07 18:22:24 -10:00
parent ee998588a2
commit 6fa78f696c
2 changed files with 5 additions and 2 deletions

View File

@@ -833,6 +833,10 @@ dd.profile-contact {
}
/* Profile used on view-profile */
.profile-avatar {
text-align: center;
}
.profile-avatar img {
max-width: 100%;
}