From cf274310a81a7d5f1d4681fe090d94975e67ab8c Mon Sep 17 00:00:00 2001 From: Shadi Moustafa <35777080+shadimoustafa@users.noreply.github.com> Date: Sat, 28 Apr 2018 11:43:59 -0400 Subject: [PATCH] Changed Member List number in Guilds (#10268) * Updated README.md Added Team Name and Collaborators * Updated README.md * Changed Member List number in Guilds Changed Member List number in Guilds * remove habitica2.bat * Updated README.md --- README.md | 1 - website/client/components/groups/publicGuildItem.vue | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22b1589b9b..8bc94b0f07 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,3 @@ We need more programmers! Your assistance will be greatly appreciated. For an introduction to the technologies used and how the software is organized, refer to [Guidance for Blacksmiths](http://habitica.wikia.com/wiki/Guidance_for_Blacksmiths). To set up a local install of Habitica for development and testing on various platforms, see [Setting up Habitica Locally](http://habitica.wikia.com/wiki/Setting_up_Habitica_Locally). - diff --git a/website/client/components/groups/publicGuildItem.vue b/website/client/components/groups/publicGuildItem.vue index bd9868e9f7..f01ccded7d 100644 --- a/website/client/components/groups/publicGuildItem.vue +++ b/website/client/components/groups/publicGuildItem.vue @@ -104,12 +104,12 @@ router-link.card-link(:to="{ name: 'guild', params: { groupId: guild._id } }") .member-count { position: relative; top: -3.6em; - font-size: 22px; + font-size: 18px; font-weight: bold; - line-height: 1.2; + line-height: 1.1; text-align: center; color: #b36213; - margin-top: 2.1em; + margin-top: 2.0em; } .gem-bank {