From 049e19b59de2cbc36869f8a402655725e44eb105 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Fri, 4 Mar 2022 16:05:03 +0300 Subject: [PATCH] footer tweaks --- public/global.css | 2 +- src/App.svelte | 34 ++++++++++++++++++++-------------- 2 files changed, 21 insertions(+), 15 deletions(-) diff --git a/public/global.css b/public/global.css index d4447af..89e9173 100644 --- a/public/global.css +++ b/public/global.css @@ -13,7 +13,7 @@ html { font-family: 'Inter', sans-serif; } body { color: #333; margin: 0; - padding: 8px; + padding: 0px; box-sizing: border-box; } diff --git a/src/App.svelte b/src/App.svelte index 507ee7c..69c8262 100644 --- a/src/App.svelte +++ b/src/App.svelte @@ -29,24 +29,30 @@ } main { - position: relative; min-height: 100%; + position: absolute; + width: 100%; + } + + content { margin-bottom: 1.2em; }
-
-

chartmaker

-
- - {#if $currentChartID} - - {:else} - - {/if} - -
- made with
by oatmealine. source -
+ +
+

chartmaker

+
+ + {#if $currentChartID} + + {:else} + + {/if} + + +
\ No newline at end of file