From a3f961c8fe28e147c1fba551551fd50c9e703ce0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Leonardo=20Mur=C3=A7a?= Date: Tue, 20 May 2025 19:37:07 -0300 Subject: [PATCH] Remove ezoic and add monetag --- index.html | 14 ++------------ src/lib/sections/Main.svelte | 3 +-- 2 files changed, 3 insertions(+), 14 deletions(-) diff --git a/index.html b/index.html index 3e10159..df63184 100644 --- a/index.html +++ b/index.html @@ -7,25 +7,15 @@ + + - - - - - diff --git a/src/lib/sections/Main.svelte b/src/lib/sections/Main.svelte index ae01eb8..34ba389 100644 --- a/src/lib/sections/Main.svelte +++ b/src/lib/sections/Main.svelte @@ -2,7 +2,6 @@ import Router from "../components/Router.svelte";
-
@@ -10,6 +9,6 @@ main { flex: 1; /* This pushes footer to bottom */ padding: 20px; - min-height: 85vh; + min-height: 90vh; }