Skip to content

Commit

Permalink
Merge pull request #506 from fronteers/content/looking-for-volunteers…
Browse files Browse the repository at this point in the history
…-meetups

Content/looking for volunteers meetups
  • Loading branch information
anneke authored Jan 7, 2025
2 parents cf0f063 + b4d91dc commit 9c0a7d3
Show file tree
Hide file tree
Showing 13 changed files with 242 additions and 202 deletions.
28 changes: 14 additions & 14 deletions src/_components/shortcodes/tag/tag.css
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
.tag:not(.token) {
position: relative;
display: inline-flex;
justify-content: space-between;
padding: 0.5em 1em;
margin: 0 1em;
background: var(--lilac-light);
font-size: var(--font-size-12);
position: relative;
/* display: inline-flex; */
/* justify-content: space-between; */
padding: 0.5em 1em;
margin: 0 1em;
background: var(--lilac-light);
font-size: var(--font-size-12);
}

/* Angled tags, like with < and > */
.tag-angle {
-webkit-clip-path: url(#button-greater-than);
clip-path: url(#button-greater-than);
-webkit-clip-path: url(#button-greater-than);
clip-path: url(#button-greater-than);
}

/* Rounded tags, like with ( and ) */
.tag-parentheses {
-webkit-clip-path: url(#button-parentheses);
clip-path: url(#button-parentheses);
-webkit-clip-path: url(#button-parentheses);
clip-path: url(#button-parentheses);
}

/* Rounded tags, like with { and } */
.tag-curly-braces {
-webkit-clip-path: url(#button-curly-braces);
clip-path: url(#button-curly-braces);
-webkit-clip-path: url(#button-curly-braces);
clip-path: url(#button-curly-braces);
}

.tag:not(.token) + .tag:not(.token) {
margin-inline-start: 2em;
margin-inline-start: 2em;
}
2 changes: 1 addition & 1 deletion src/_includes/layouts/home.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{%- include partials/homepage/latest-blogs headerlvl:"h2" partialTitle:translations[locale].blockTitles.latestBlogs -%}
{%- endif -%}

{%- if members.length > 10 -%}
{%- if members.length > 8 -%}
{%- include partials/homepage/proud-members headerlvl:"h2" partialTitle:translations[locale].blockTitles.proudMembers -%}
{%- endif -%}

Expand Down
Loading

0 comments on commit 9c0a7d3

Please sign in to comment.