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 {