diff --git a/docs/header.html b/docs/header.html index 20a3b1e..2af9505 100644 --- a/docs/header.html +++ b/docs/header.html @@ -1,182 +1,148 @@ - + - + Puffing Up Reinforcement Learning diff --git a/docs/styles.css b/docs/styles.css index 0c63d56..874b2ab 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -5,13 +5,13 @@ --text: #f1f1f1; --content-max-width: 1280px; --content-padding: 40px; - --header-height: 180px; + --header-height: 4rem; } body { margin: 0; padding: 0; - font-family: Helvetica, Arial, sans-serif; + font-family: system-ui, -apple-system, sans-serif; background: var(--foreground); color: var(--text); min-height: 100vh;