diff options
Diffstat (limited to 'src/layouts/Default.astro')
-rw-r--r-- | src/layouts/Default.astro | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/layouts/Default.astro b/src/layouts/Default.astro index 85fd510..5a2a372 100644 --- a/src/layouts/Default.astro +++ b/src/layouts/Default.astro @@ -11,11 +11,11 @@ <body> <slot /> </body> -<html> +</html> <style> html { - font-family: sans-serif; - padding-left: 1em; - } + font-family: sans-serif; + padding-left: 1em; + } </style> |