Skip to content

Commit 8598a34

Browse files
Merge pull request #27 from code4policy/templateliyang
Add index.html
2 parents 5b44958 + d2f0aa3 commit 8598a34

2 files changed

Lines changed: 9 additions & 2 deletions

File tree

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<div class="container header__inner">
1515
<div class="brand">
1616
<div class="brand__title">Zero-Sum Explorer</div>
17-
<div class="brand__subtitle">Learn + Test (Stories 1–2 template)</div>
17+
<div class="brand__subtitle">Learn · Explore · Test · Visualize</div>
1818
</div>
1919

2020
<nav class="nav">

styles/style.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,18 @@
2626

2727
body {
2828
margin: 0;
29-
font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Arial;
29+
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
30+
font-size: 14px;
31+
line-height: 1.5;
3032
background: var(--bg);
3133
color: var(--text);
3234
}
3335

36+
code, pre, kbd, samp {
37+
font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", monospace;
38+
font-size: 12px;
39+
}
40+
3441
.container {
3542
max-width: 1040px;
3643
margin: 0 auto;

0 commit comments

Comments
 (0)