Skip to content

Commit db9ffc8

Browse files
authored
Merge branch 'develop' into fix-contributors
2 parents 59b8ec9 + fa1efe1 commit db9ffc8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

src/routes/contributors/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@
1515
text-align: center;
1616
color: rgba(245, 245, 245, 0.96);
1717
}
18-
</style>
18+
</style>

src/routes/contributors/+page.svelte

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<h1>Contributors</h1>
12
<div class="contributors">
23
<div class="contributor">
34
<a href="/contributor/jose-celano">
@@ -61,6 +62,11 @@
6162
</div>
6263

6364
<style>
65+
h1 {
66+
padding-block: 1rem;
67+
text-align: center;
68+
color: rgba(245, 245, 245, 0.96);
69+
}
6470
.contributors {
6571
display: flex;
6672
flex-direction: column;

0 commit comments

Comments
 (0)