Skip to content

Commit

Permalink
playing with margins
Browse files Browse the repository at this point in the history
  • Loading branch information
ramGranell committed Oct 3, 2023
1 parent 874fa73 commit 22fbeb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/data/communityPageData.json
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@
},
"governance_text":[
{
"text": "The FAIRsharing Stakeholder Advisory Board is composed of international experts across many disciplines, representing diverse groups and organisations, including researchers, developers and curators, publishers, librarians and trainers, funders, societies and alliances. Advisors provide <b>advice</b> on specific community needs, <b>feedback</b> on new features, <b>connection</b> with other activities, and FAIRsharing advocacy. Membership is regularly reviewed to ensure coverage and engagement remains high and active."
"text": "The FAIRsharing Stakeholder Advisory Board is composed of international experts across many disciplines, representing diverse groups and organisations, including researchers, developers and curators, publishers, librarians and trainers, funders, societies and alliances. Advisors provide <b>advice</b> on specific community needs, <b>feedback</b> on new features, <b>connection</b> with other activities, and FAIRsharing <b>advocacy</b>. Membership is regularly reviewed to ensure coverage and engagement remains high and active."
},
{
"text": "As representatives of diverse groups and organisations, Advisors participate in and influence the development of FAIRsharing in a low-volume, high-impact way. The FAIRsharing Operational Team engages with its Advisors primarily through an annual webinar that highlights recent activities and describes how FAIRsharing can better support their communities. Advisors are also contacted for their opinions and suggestions on specific areas of work according to their community needs. All Advisors receive quarterly emails providing tailored updates on FAIRsharing news, events and achievements."
Expand Down
4 changes: 2 additions & 2 deletions src/views/Static/Community/Community.vue
Original file line number Diff line number Diff line change
Expand Up @@ -510,9 +510,9 @@
<div
v-for="(item,itemIndex) in governanceItem"
:key="item.title+'_'+itemIndex"

class="mt-5"
>
<div class="mt-4">
<div class="mb-5">
<ul :class="['mt-2',{'column-count':$vuetify.breakpoint.mdAndUp}]">
<li
v-for="(itemData,itemDataIndex) in item.data"
Expand Down

0 comments on commit 22fbeb8

Please sign in to comment.