simplify templating, use flex for everything

This commit is contained in:
2024-06-05 11:42:54 -04:00
parent f600dcdd69
commit 81f2984c19
12 changed files with 117 additions and 121 deletions

View File

@@ -11,7 +11,7 @@
<meta property="og:description" content="Personal site of silentsilas.">
%sveltekit.head%
</head>
<body data-sveltekit-preload-data="hover" data-theme="forest" style="overflow-y: auto; overflow-x: hidden;">
<body data-sveltekit-preload-data="hover" data-theme="forest" style="overflow-x: hidden;">
<div style="display: contents">%sveltekit.body%</div>
</body>
</html>