Skip to content

Commit f848b6e

Browse files
committed
Adjust index.md
1 parent 9156739 commit f848b6e

File tree

3 files changed

+19
-19
lines changed

3 files changed

+19
-19
lines changed

docs/assets/extra.css

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,33 +14,30 @@ body {
1414
.md-typeset h4,
1515
.md-typeset h5,
1616
.md-typeset h6 {
17-
font-weight: 600;
18-
color: #111;
17+
font-weight: 700;
18+
font-style: normal;
19+
letter-spacing: -0.5px;
20+
color: #222;
1921
}
2022

2123
.md-typeset h1 {
22-
font-style: normal;
23-
letter-spacing: -0.5px;
24+
font-size: 160%;
2425
line-height: 130%;
2526

26-
margin: 1em 0 0.5 0;
27+
margin: 0em 0 1em 0;
2728
@media screen and (max-width: var(--on-palm)) {
28-
margin-top: calc(var(--vspace) * 1.5);
29+
margin-top: 1.5em;
2930
}
3031
}
3132

3233
.md-typeset h2 {
34+
font-size: 130%;
3335
margin: 1.5em 0 1em 0;
34-
font-style: normal;
35-
letter-spacing: -0.5px;
3636
line-height: 100%;
37-
font-size: 120%;
3837
}
3938

4039
.md-typeset h3 {
40+
font-size: 110%;
4141
margin: 2em 0 1em 0;
42-
font-style: normal;
43-
letter-spacing: -0.5px;
4442
line-height: 100%;
45-
font-size: 110%;
4643
}

docs/gettingstarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ This `.env` file is used to configure:
6666
- **Ports** – Adjust the exposed ports (specifically, Caddy's) depending on
6767
environment or application (you may bring up multiple).
6868

69-
> ⚠️ Important: The .env file is for local development only. Never store real
70-
> secrets in version control or production. Use CI/CD environment variables or
71-
> a secrets manager instead.
69+
> ⚠️ The .env file is for local development only. Never store real secrets in
70+
> version control or production. Use CI/CD environment variables or a secrets
71+
> manager instead.
7272
7373
## 3. Start the Stack
7474

docs/index.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,15 @@
22
.logo-responsive {
33
float: right;
44
padding-left: 2em;
5-
}
65

7-
@media (max-width: 768px) {
8-
.logo-responsive {
6+
@media (max-width: 768px) {
97
float: none;
108
display: block;
11-
margin: 0 auto 2em;
9+
margin: 0 auto 1em;
1210
padding: 0;
1311
}
1412
}
13+
1514
</style>
1615

1716
<img src="assets/logo.png" alt="SuperStack Logo" class="logo-responsive" />
@@ -42,6 +41,10 @@ It's perfect for:
4241
Everything runs inside Docker and routes through a single exposed port (via
4342
Caddy), making it easy to develop locally or deploy remotely.
4443

44+
---
45+
46+
## 🏛️ Architecture
47+
4548
```mermaid
4649
flowchart TD
4750
Caddy["Caddy (API Gateway)"]

0 commit comments

Comments
 (0)