Commit e2e30da6165961adb0f3bcfa75a9f256be6ff66c
1 parent
74f7a869
Exists in
master
and in
5 other branches
fix community block style
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
style.css
... | ... | @@ -354,7 +354,7 @@ p { |
354 | 354 | |
355 | 355 | .action-home-index .communities-block .common-profile-list-block, |
356 | 356 | .action-environment_design-index .communities-block .common-profile-list-block { |
357 | - margin: 5px 7px 5px 6px; | |
357 | + margin: 0; | |
358 | 358 | display: inline-block; |
359 | 359 | vertical-align: top; |
360 | 360 | text-align: center; |
... | ... | @@ -2058,7 +2058,7 @@ input.button.with-text { |
2058 | 2058 | } |
2059 | 2059 | .action-home-index .communities-block .common-profile-list-block .vcard, |
2060 | 2060 | .action-environment_design-index .communities-block .common-profile-list-block .vcard { |
2061 | - width: 99px; | |
2061 | + width: 95px; | |
2062 | 2062 | } |
2063 | 2063 | |
2064 | 2064 | .action-home-index .box-1 .common-profile-list-block span, | ... | ... |