From 43f0d009b95f64f3418e2914ac893772428ac3f4 Mon Sep 17 00:00:00 2001 From: Nikomus Date: Fri, 23 Feb 2024 23:22:26 +0000 Subject: [PATCH] Add LinkedIn to footer --- src/Footer.svelte | 110 +++++++++++++++++++++++++++++----------------- 1 file changed, 69 insertions(+), 41 deletions(-) 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; }