From a1e0d242696dc8c5e01fa2cafbdb0268b6c4d058 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Sat, 5 Mar 2022 11:40:47 +0100 Subject: [PATCH] remove unnecesary style --- src/routes/index.svelte | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/routes/index.svelte b/src/routes/index.svelte index 452bcf1..1faf5da 100644 --- a/src/routes/index.svelte +++ b/src/routes/index.svelte @@ -219,9 +219,6 @@ .relative { position: relative; } - .text-right { - text-align: right; - } .text-center { text-align: center; }