diff options
Diffstat (limited to 'www/src/components/Main.astro')
-rw-r--r-- | www/src/components/Main.astro | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/src/components/Main.astro b/www/src/components/Main.astro deleted file mode 100644 index 6b18024f9..000000000 --- a/www/src/components/Main.astro +++ /dev/null @@ -1,18 +0,0 @@ -<main> - <slot></slot> -</main> - -<style lang="scss"> - main { - z-index: 1; - width: 100%; - max-width: 760px; - margin: auto; - padding: 0 0.75rem; - } - - :global(main > *) { - grid-column: 1; - grid-column: 2; - } -</style> |