1
0
mirror of https://github.com/flarum/core.git synced 2025-07-30 21:20:24 +02:00

Fix user page display on mobile

This commit is contained in:
Toby Zerner
2015-07-23 20:24:05 +09:30
parent c8e6fbc338
commit b01b4b04d3
4 changed files with 8 additions and 6 deletions

View File

@@ -47,6 +47,7 @@
margin-left: -130px;
@media @phone {
display: block;
float: none;
margin: 0 auto 20px;
width: 64px + 8px;