diff --git a/css/style.css b/css/style.css index 5dee267..96cda1d 100644 --- a/css/style.css +++ b/css/style.css @@ -92,9 +92,7 @@ a { border-bottom: 1px dotted; color: rebeccapurple; cursor: pointer; - line-height: 1.2; - margin-bottom: 8px; - padding-bottom: 0.3px; + line-height: 1; text-decoration: none; } diff --git a/elements.md b/elements.md index 8e7717a..57766d0 100644 --- a/elements.md +++ b/elements.md @@ -50,7 +50,7 @@ Here it is in action: figure(h3('A Simple Counter'), counter('c1', 0))) -**So: On the client, state really only needs to exist in three places:** +**So: On the client, state really only needs to exist in two places:** 1. In the state rendered on the screen at any given moment. 2. In the code itself as default function arguments. While not stricly