diff options
| author | mat <github@matdoes.dev> | 2022-03-04 18:36:19 +0000 |
|---|---|---|
| committer | mat <github@matdoes.dev> | 2022-03-04 18:36:19 +0000 |
| commit | 4b42fd80a907bc3334e440118dc6f346939a0ce0 (patch) | |
| tree | b953b1f06732a6ae9f99744a885b691739131e9d /src/routes | |
| parent | 129c63a82e5609875c766ff119ab0f7ce172a417 (diff) | |
| download | skyblock-stats-4b42fd80a907bc3334e440118dc6f346939a0ce0.tar.gz skyblock-stats-4b42fd80a907bc3334e440118dc6f346939a0ce0.tar.bz2 skyblock-stats-4b42fd80a907bc3334e440118dc6f346939a0ce0.zip | |
center title
Diffstat (limited to 'src/routes')
| -rw-r--r-- | src/routes/index.svelte | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 0c52437..f98682b 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -75,6 +75,10 @@ </main> <style> + h1 { + text-align: center; + } + .title-section { margin: 0 auto; width: fit-content; |
