feat: move essays of 2010

This commit is contained in:
Stefan Imhoff
2023-06-01 17:34:15 +02:00
parent d9cee479c3
commit ef677b19f7
11 changed files with 230 additions and 1 deletions

View File

@@ -72,5 +72,10 @@ const { backLink, footer = true, header = true, title, description } = Astro.pro
'👋 I see youre interested in the source code of this site? You can find it here 👉 https://github.com/kogakure/website-astro-stefanimhoff.de'
);
</script>
<style is:global>
.astro-code {
@apply overflow-auto rounded-2 p-[1em] font-mono text-code mbe-10 mbs-0;
}
</style>
</body>
</html>