From f8f3f269c825a288e2c4c1cf994e8f91132dc683 Mon Sep 17 00:00:00 2001 From: Chris Dill Date: Sun, 19 Mar 2023 08:38:11 +0000 Subject: [PATCH] Remove bootstrap dependency --- src/app.html | 1 - src/components/Nav.svelte | 27 ++++++++++--------- src/components/Thumbnail.svelte | 32 ++++++++++++++++++---- src/routes/+layout.svelte | 7 ++--- static/css/bootstrap.min.css | 6 ----- static/css/global.css | 47 +++++++++++++++++++++++++++++++++ 6 files changed, 91 insertions(+), 29 deletions(-) delete mode 100755 static/css/bootstrap.min.css diff --git a/src/app.html b/src/app.html index ceb9b34..3e5425a 100644 --- a/src/app.html +++ b/src/app.html @@ -6,7 +6,6 @@ - diff --git a/src/components/Nav.svelte b/src/components/Nav.svelte index 5d2b4e6..528fbd9 100644 --- a/src/components/Nav.svelte +++ b/src/components/Nav.svelte @@ -1,8 +1,3 @@ - -
-