Skip to content

Commit 75724a7

Browse files
committed
chore: style project rules
1 parent 7e1438e commit 75724a7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

frontend/app/components/profile/ProfileGetPoints.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,16 +44,17 @@ const { data, fetching, error } = useProjectRulesQuery({
4444
</template>
4545

4646
<style>
47-
#project-rules h1,
48-
#project-rules h2,
49-
#project-rules h3 {
47+
#project-rules :is(h1, h2, h3) {
5048
font-size: var(--font-size-title);
5149
line-height: var(--line-height-title);
5250
font-weight: var(--font-weight-title);
5351
letter-spacing: var(--letter-spacing-title);
5452
color: var(--color-text-default);
5553
margin-bottom: 4px;
56-
margin-top: 16px;
54+
55+
&:not(:first-of-type) {
56+
margin-top: 32px;
57+
}
5758
}
5859
5960
#project-rules p {

0 commit comments

Comments
 (0)