diff --git a/src/app/layout/blocks/communities-block/communities-block.html b/src/app/layout/blocks/communities-block/communities-block.html index 4c4f5ee..2ad8d8c 100644 --- a/src/app/layout/blocks/communities-block/communities-block.html +++ b/src/app/layout/blocks/communities-block/communities-block.html @@ -1,5 +1,11 @@
- +
+ + +
+ +
+
diff --git a/src/app/layout/blocks/communities-block/communities-block.scss b/src/app/layout/blocks/communities-block/communities-block.scss index 5c1a205..abdd757 100644 --- a/src/app/layout/blocks/communities-block/communities-block.scss +++ b/src/app/layout/blocks/communities-block/communities-block.scss @@ -1,19 +1,29 @@ .communities-block { - .profile { - margin: 3%; - display: inline-block; - width: 44%; + .community-block { + width: 50%; + float: left; text-align: center; - img, i.profile-image { - width: 60px; + .community-name { + height: 2.8em; + line-height: 16px; + text-align: center; } - img { + .profile { + margin: 3%; display: inline-block; - vertical-align: top; - } - i.profile-image { + width: 44%; + text-align: center; + img, i.profile-image { + width: 60px; + } + img { + display: inline-block; + vertical-align: top; + } + i.profile-image { text-align: center; font-size: 4.5em; + } } } } diff --git a/src/index.html b/src/index.html index 954dffd..38ab62f 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ - angular + @@ -32,11 +32,11 @@ - + - + -- libgit2 0.21.2