Skip to content

Commit 2949e4f

Browse files
fix: Header sizing for smaller screens
1 parent 695619b commit 2949e4f

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

docs/content/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ template: "home"
66

77
## Websites that look like terminals
88

9-
Shellscape is a static site generator that produces interactive terminal-themed websites. Visitors can type real commands (`ls`, `cd`, `cat`) to navigate your content, or just click around like a normal site.
9+
Shellscape is a static site generator that produces interactive terminal-themed websites. Visitors can type real commands (`ls`, `cd`, `open`, `find`, `tree` etc.) to navigate your content, or just click around like a normal site.
1010

1111
Write your content in YAML + Markdown. No frontend skills required.
1212

13-
### Quick links
13+
### Getting started
1414

15-
- Type `cd docs/install` to get started
16-
- Type `ls docs` to see all documentation
15+
Either:
16+
17+
* Click on Docs at the top
18+
* Type `open docs/getting-started` below

embed/static/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ a:hover {
168168
color: var(--ss-accent);
169169
line-height: 1.2;
170170
text-align: center;
171+
font-size: clamp(0.15rem, 1.2vw, 1rem);
171172
}
172173

173174
.banner,
@@ -180,6 +181,7 @@ a:hover {
180181
background: none;
181182
border: none;
182183
overflow-x: auto;
184+
font-size: clamp(0.15rem, 1.2vw, 1rem);
183185
}
184186

185187
.terminal__line--system {

0 commit comments

Comments
 (0)