From 24b8e9e2d602f211543129dae9dd894fb7c94d06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kevin=20=C3=85berg=20Kultalahti?= Date: Mon, 19 Oct 2020 15:40:57 +0200 Subject: [PATCH] site: remove Svelte Summit banner (#5545) --- site/src/routes/index.svelte | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/site/src/routes/index.svelte b/site/src/routes/index.svelte index 1a0ba4cb83..73fbffbc6a 100644 --- a/site/src/routes/index.svelte +++ b/site/src/routes/index.svelte @@ -24,18 +24,6 @@ color: white; overflow: hidden; } - - .banner { - background-color: #d6f1f5; - color: #333; - position: fixed; - bottom: 0; - width: 100vw; - text-align: center; - padding: 1em; - z-index: 999; - box-shadow: 0 0.2rem 1.2rem 0rem rgba(0,0,0,.3); - } @@ -130,12 +118,3 @@ npm run dev - -