diff --git a/style.css b/style.css index e4ff045..55d9500 100644 --- a/style.css +++ b/style.css @@ -103,6 +103,10 @@ header .issue { padding: 32px; } +.updates h3 { + margin: 0; +} + .updates > * + * { margin-top: 64px; } diff --git a/updates.json b/updates.json index fb46c79..2067f23 100644 --- a/updates.json +++ b/updates.json @@ -100,7 +100,7 @@ "date": "October the 24th, 2021", "title": "Look at these mystical quotes 👀", "quote": "Impossibility is the door of the supernatural. We can but knock at it. It is someone else who opens.", - "text": "And now maybe could be usefull to have something more to keep track of their source? like a property to indicate where does the quote come from (our zoul). The us from the future will thanks us for that maybe" + "text": "And now maybe could be usefull to have something more to keep track of their source? like a property to indicate where does the quote come from (our zoul). The us from the future will thanks us for that maybe\n\n (it's the infamous scroll-to-highlight script but implemented through the Intersection Observer API on the <blockquote> element)" } ] } \ No newline at end of file