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 {
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 : 1 em 0 0.5 0 ;
27+ margin : 0 em 0 1 em 0 ;
2728 @media screen and (max-width : var (--on-palm )) {
28- margin-top : calc ( var ( --vspace ) * 1.5 ) ;
29+ margin-top : 1.5 em ;
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}
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 2 em ;
9+ margin : 0 auto 1 em ;
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:
4241Everything runs inside Docker and routes through a single exposed port (via
4342Caddy), making it easy to develop locally or deploy remotely.
4443
44+ ---
45+
46+ ## 🏛️ Architecture
47+
4548``` mermaid
4649flowchart TD
4750 Caddy["Caddy (API Gateway)"]
You can’t perform that action at this time.
0 commit comments