diff --git a/website/package.json b/website/package.json index f994dbc..d59bb83 100644 --- a/website/package.json +++ b/website/package.json @@ -27,6 +27,7 @@ "react-dom": "^19.2.3", "react-router": "^7.11.0", "sentries": "^0.2.2", + "string-dedent": "^3.0.2", "tailwind-merge": "^3.4.0", "tw-animate-css": "^1.4.0" }, diff --git a/website/public/screenshot@2x.png b/website/public/screenshot@2x.png new file mode 100644 index 0000000..f0abcce Binary files /dev/null and b/website/public/screenshot@2x.png differ diff --git a/website/src/styles/liveline.css b/website/src/styles/liveline.css index 8379fb2..ebe035b 100644 --- a/website/src/styles/liveline.css +++ b/website/src/styles/liveline.css @@ -197,6 +197,7 @@ } } +/* .liveline-article > * { animation: ll-stagger-in 0.5s ease both; } @@ -210,6 +211,7 @@ .liveline-article > :nth-child(7) { animation-delay: 0.3s; } .liveline-article > :nth-child(8) { animation-delay: 0.35s; } .liveline-article > :nth-child(n + 9) { animation-delay: 0.4s; } +*/ /* ======================================================================== Bleed — code blocks and images extend beyond the prose column so that