File tree Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Expand file tree Collapse file tree 3 files changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -14,33 +14,30 @@ body {
14
14
.md-typeset h4 ,
15
15
.md-typeset h5 ,
16
16
.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 ;
19
21
}
20
22
21
23
.md-typeset h1 {
22
- font-style : normal;
23
- letter-spacing : -0.5px ;
24
+ font-size : 160% ;
24
25
line-height : 130% ;
25
26
26
- margin : 1 em 0 0.5 0 ;
27
+ margin : 0 em 0 1 em 0 ;
27
28
@media screen and (max-width : var (--on-palm )) {
28
- margin-top : calc ( var ( --vspace ) * 1.5 ) ;
29
+ margin-top : 1.5 em ;
29
30
}
30
31
}
31
32
32
33
.md-typeset h2 {
34
+ font-size : 130% ;
33
35
margin : 1.5em 0 1em 0 ;
34
- font-style : normal;
35
- letter-spacing : -0.5px ;
36
36
line-height : 100% ;
37
- font-size : 120% ;
38
37
}
39
38
40
39
.md-typeset h3 {
40
+ font-size : 110% ;
41
41
margin : 2em 0 1em 0 ;
42
- font-style : normal;
43
- letter-spacing : -0.5px ;
44
42
line-height : 100% ;
45
- font-size : 110% ;
46
43
}
Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ This `.env` file is used to configure:
66
66
- ** Ports** – Adjust the exposed ports (specifically, Caddy's) depending on
67
67
environment or application (you may bring up multiple).
68
68
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.
72
72
73
73
## 3. Start the Stack
74
74
Original file line number Diff line number Diff line change 2
2
.logo-responsive {
3
3
float : right ;
4
4
padding-left : 2em ;
5
- }
6
5
7
- @media (max-width : 768px ) {
8
- .logo-responsive {
6
+ @media (max-width : 768px ) {
9
7
float : none ;
10
8
display : block ;
11
- margin : 0 auto 2 em ;
9
+ margin : 0 auto 1 em ;
12
10
padding : 0 ;
13
11
}
14
12
}
13
+
15
14
</style >
16
15
17
16
<img src =" assets/logo.png " alt =" SuperStack Logo " class =" logo-responsive " />
@@ -42,6 +41,10 @@ It's perfect for:
42
41
Everything runs inside Docker and routes through a single exposed port (via
43
42
Caddy), making it easy to develop locally or deploy remotely.
44
43
44
+ ---
45
+
46
+ ## 🏛️ Architecture
47
+
45
48
``` mermaid
46
49
flowchart TD
47
50
Caddy["Caddy (API Gateway)"]
You can’t perform that action at this time.
0 commit comments