Commit ec05a0fdaf546bb6a87f7e89dee7c70af9afc370

Authored by Melissa Wen
1 parent d8657203

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 63 display: table-cell
64 64 text-align: right
65 65 ul
66   - margin: 30px
  66 + margin: 32px
  67 + min-width: 166px
  68 + width: 166px
67 69 .common-profile-list-block
68 70 .vcard
69 71 border: none
... ...