diff --git a/css/index.css b/css/index.css index a89599d..8e36df4 100644 --- a/css/index.css +++ b/css/index.css @@ -63,7 +63,7 @@ img[src*="#3col"] { width: 100px; margin-left: auto; margin-right: auto; } blockquote { @apply border-l-4 border-gray-400 mx-2 my-2 p-2; font-family: "Reddit Sans", sans-serif; font-weight: 300; } li { @apply text-sm lg:text-sm font-light my-2; font-family: "Reddit Sans", sans-serif; font-weight: 200; } li li { @apply text-sm lg:text-sm font-light;font-family: "Reddit Sans", sans-serif; font-weight: 200; } - button { @apply inline-block text-base lg:text-lg px-8 py-1 my-3 border-1 shadow;font-family: "Reddit Sans", sans-serif; font-weight: 400; } + button { @apply inline-block text-base lg:text-lg px-8 py-1 my-3 border-2 shadow;font-family: "Reddit Sans", sans-serif; font-weight: 400; } article h2 { @apply text-xl lg:text-3xl font-medium; font-family: "Reddit Sans", sans-serif; font-weight: 500; } article { @apply text-base lg:text-lg; font-family: "Reddit Sans", sans-serif; font-weight: 400; } } diff --git a/templates/partials/personCard.html b/templates/partials/personCard.html index 2204df7..44ff867 100644 --- a/templates/partials/personCard.html +++ b/templates/partials/personCard.html @@ -14,7 +14,7 @@
{% if page.taxonomies.memberships %} {% for tag in page.taxonomies.memberships %} - + {{tag}} {% endfor %} diff --git a/templates/partials/person_card.html b/templates/partials/person_card.html index 2204df7..44ff867 100644 --- a/templates/partials/person_card.html +++ b/templates/partials/person_card.html @@ -14,7 +14,7 @@
{% if page.taxonomies.memberships %} {% for tag in page.taxonomies.memberships %} - + {{tag}} {% endfor %} diff --git a/templates/partnerPage.html b/templates/partnerPage.html index 705957a..708d2ce 100644 --- a/templates/partnerPage.html +++ b/templates/partnerPage.html @@ -38,7 +38,7 @@ {% endif %} {% for tag in page.taxonomies.tags %} - + {{tag}} {% endfor %} diff --git a/templates/people/single.html b/templates/people/single.html index e7cff97..78dba5d 100644 --- a/templates/people/single.html +++ b/templates/people/single.html @@ -37,7 +37,7 @@
{% if page.taxonomies.memberships %} {% for tag in page.taxonomies.memberships %} - + {{tag}} {% endfor %} diff --git a/templates/person_page.html b/templates/person_page.html index 36a81c3..574f25a 100644 --- a/templates/person_page.html +++ b/templates/person_page.html @@ -32,7 +32,7 @@
{% for tag in page.taxonomies.memberships %} - + {{tag}} {% endfor %}