Skip to content

Commit d66943a

Browse files
committed
Fix styles and links
1 parent 4b6d4a4 commit d66943a

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

src/content/docs/docs/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ title: Creator Guide
66

77
# App Fair Creator Guide
88

9+
<div class="diagram-vector">
910
<img style="width: 100%;" alt="App Fair Project Diagram" src="/assets/images/appfair-project.svg" />
11+
</div>
1012

1113
## Introduction {#introduction}
1214

src/content/docs/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ hero:
2121
link: /docs/
2222
icon: right-arrow
2323
variant: primary
24-
- text: Get Started
25-
link: /docs/
24+
- text: Browse Apps
25+
link: https://appfair.net
2626
icon: right-arrow
2727
variant: secondary
2828
---

src/styles/custom.css

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
grid-template-columns: 1fr;
3838
}
3939

40+
.hero div {
41+
margin-left: auto;
42+
margin-right: auto;
43+
}
44+
4045
.hero h1 {
4146
text-align: center;
4247
max-width: 100%;
@@ -57,8 +62,6 @@
5762
max-width: 100%;
5863
}
5964

60-
61-
6265
div.showcase-screenshot-container {
6366
width: 100%;
6467
display: flex;

0 commit comments

Comments
 (0)