Commit ec05a0fdaf546bb6a87f7e89dee7c70af9afc370
1 parent
d8657203
Exists in
master
and in
2 other branches
fix margin of photos set on member block
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
_sideblocks.sass
@@ -63,7 +63,9 @@ | @@ -63,7 +63,9 @@ | ||
63 | display: table-cell | 63 | display: table-cell |
64 | text-align: right | 64 | text-align: right |
65 | ul | 65 | ul |
66 | - margin: 30px | 66 | + margin: 32px |
67 | + min-width: 166px | ||
68 | + width: 166px | ||
67 | .common-profile-list-block | 69 | .common-profile-list-block |
68 | .vcard | 70 | .vcard |
69 | border: none | 71 | border: none |