Skip to content

Commit 31494dc

Browse files
committed
Refactor chapter 07 content and navigation; update home introduction text and layout
1 parent 6f6d6b8 commit 31494dc

12 files changed

Lines changed: 81 additions & 65 deletions

visual-quickstart/assets/css/style.css

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ a{color:var(--teal)}
6060
.nav-btn:hover{filter:brightness(1.06);transform:translateY(-1px)}
6161
.nav-home{background:#fff;border:2px solid var(--ink);color:var(--ink)}
6262
.nav-btn.disabled{background:#cfc8b8;color:#fff;box-shadow:none;cursor:default}
63+
.nav-lbl-short{display:none}
64+
@media(max-width:540px){
65+
.nav{gap:8px;padding:14px 10px}
66+
.nav-btn,.nav-home{padding:11px 18px;font-size:.98rem}
67+
.nav-lbl-full{display:none}
68+
.nav-lbl-short{display:inline}
69+
}
6370
/* comic strip */
6471
.strip{max-width:920px;margin:0 auto;padding:8px 18px 40px;
6572
display:flex;flex-direction:column;gap:34px}
@@ -121,4 +128,10 @@ body.home{display:flex;flex-direction:column;min-height:100vh}
121128
.cs-options b{font-size:1.08rem}
122129
.cs-options a span,.cs-soon span{color:#6c6657;font-weight:500;font-size:.95rem}
123130
.cs-soon{opacity:.55;cursor:default}
124-
@media(max-width:560px){.badge{width:38px;height:38px;font-size:1.05rem;top:-12px;left:-12px}}
131+
@media(max-width:600px){
132+
.strip{padding:4px 8px 28px;gap:20px}
133+
.cell{padding:8px;border-radius:16px}
134+
.cap{font-size:.98rem;padding-left:28px;margin:2px 4px 8px}
135+
.home-main{padding:14px 8px 32px}
136+
.badge{width:38px;height:38px;font-size:1.05rem;top:-12px;left:-8px}
137+
}
394 KB
Loading

visual-quickstart/chapter-00.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

visual-quickstart/chapter-01.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

visual-quickstart/chapter-02.html

Lines changed: 9 additions & 9 deletions
Large diffs are not rendered by default.

visual-quickstart/chapter-03.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

visual-quickstart/chapter-04.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

visual-quickstart/chapter-05.html

Lines changed: 7 additions & 7 deletions
Large diffs are not rendered by default.

visual-quickstart/chapter-06.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

visual-quickstart/chapter-07.html

Lines changed: 6 additions & 6 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)