Fixing some warnings. Trying to figure out how to automate site deployment.

This commit is contained in:
Rgebee 2020-08-21 09:33:32 +01:00
commit 7d62309c86
5 changed files with 6 additions and 8 deletions

View file

@ -8,14 +8,14 @@
</script>
<style>
main {
/*main {
position: relative;
max-width: 56em;
background-color: white;
padding: 2em;
margin: 0 auto;
box-sizing: border-box;
}
}*/
/* Dark theme */
:global(html[data-theme='dark']) {