Skip to content

Commit 7026b06

Browse files
committed
fix: some phrasing and styles
1 parent 6ca9ef1 commit 7026b06

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

pages/observatory/FAIRness.vue

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,13 @@
33
<v-row justify="center">
44
<v-col md="11" sm="11" cols="11" lg="11" xl="11">
55
<div class="mb-3 text-h4">FAIRsoft Indicator Scoreboard</div>
6-
</v-col>
7-
</v-row>
8-
<v-row>
9-
<CollectionSelector />
10-
</v-row>
11-
<v-row justify="center">
12-
<v-col md="9" sm="9" cols="9" lg="9" xl="9">
136
<p style="line-height: 2.1" class="mb-1 mt-0">
147
<v-card class="mx-auto" elevation="0">
158
<!--v-card-subtitle>
169
<span class="text-subtitle">What this view shows</span>
1710
</v-card-subtitle-->
1811
<v-card-text class="mb-0 pb-0">
19-
<span class="text-body-2 black--text">
12+
<span class="text-body-1 black--text">
2013
This scoreboard provides a visual summary of FAIRness scores for
2114
research software, based on the FAIRsoft indicators. Explore how
2215
different software collections perform across the four FAIR
@@ -72,6 +65,13 @@
7265
</v-expand-transition>
7366
</v-card>
7467
</p>
68+
</v-col>
69+
</v-row>
70+
<v-row>
71+
<CollectionSelector />
72+
</v-row>
73+
<v-row justify="center">
74+
<v-col md="9" sm="9" cols="9" lg="9" xl="9">
7575
<v-row justify="center" class="my-4 mt-0 mb-0">
7676
<v-chip-group
7777
class="mb-0 mt-0 pb-0 pt-0"

pages/observatory/Trends.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<v-row justify="center">
44
<v-col md="11" sm="11" cols="11" lg="11" xl="11">
55
<div class="mb-3 text-h4">FAIRness Trends Analysis</div>
6-
<p style="line-height: 1.9" class="mb-2 mt-0">
6+
<p style="line-height: 1.9" class="mb-2 mt-0 text-body-1">
77
Explore trends in key aspects to the FAIRness of research software.
88
</p>
99
</v-col>

0 commit comments

Comments
 (0)