diff options
author | kartofen <mladenovnasko0@gmail.com> | 2022-08-28 00:08:07 +0300 |
---|---|---|
committer | kartofen <mladenovnasko0@gmail.com> | 2022-08-28 00:08:07 +0300 |
commit | 35b06b4fc851192916e000ad5e7e2f458846448c (patch) | |
tree | f9a1536aae76a5058d26f8b82ddcf63e83f500cc /src/layouts/Default.astro | |
parent | 8f5278eb443864910dd9c2131c992d71e3af2d20 (diff) |
working on thread uploading
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> |