Commit e3ca853ff81b07b42b969220de888e50a2802e82

Authored by Arthur Sturzbecher
1 parent ea217b65
Exists in responsive-fixes

responsive layout style fixes

src/app/layout/blocks/communities-block/communities-block.scss
1 1 .communities-block {
2 2 .profile {
3   - margin: 10px;
  3 + margin: 3%;
  4 + display: inline-block;
  5 + width: 44%;
  6 + text-align: center;
4 7 img, i.profile-image {
5 8 width: 60px;
6 9 }
... ...
src/app/layout/scss/_layout.scss
... ... @@ -35,3 +35,7 @@
35 35 padding: 0 20px 20px 20px;
36 36 }
37 37 }
  38 +
  39 +img {
  40 + max-width: 100%;
  41 +}
... ...