diff --git a/src/Footer.svelte b/src/Footer.svelte index ca0bcd0..ed7c0df 100644 --- a/src/Footer.svelte +++ b/src/Footer.svelte @@ -16,39 +16,6 @@
- - Deploys by Netlify - +
+ + + Deploys by Netlify + +
@@ -154,7 +176,7 @@ } li { - margin-top: 0.5rem; + margin-bottom: 0.5rem; } a { @@ -166,6 +188,12 @@ } .content > div { - flex-basis: calc(100% / 3); + flex-basis: calc(100% / 4); + display: flex; + flex-direction: column; + } + + .netlify { + margin-top: 1rem; }