From 46d4d67c52d65cbaff47b2d2e9f9523612da4291 Mon Sep 17 00:00:00 2001 From: apt-get Date: Thu, 4 Jan 2024 00:35:29 +0100 Subject: [PATCH] remove useless text-align --- src/routes/+layout.svelte | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index d120206..df85229 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -35,12 +35,10 @@ } .panel { - text-align: center; background-color: rgba(0, 0, 0, 0.8); overflow: auto; border: 4px double; border-radius: 10px; - justify-self: center; color: white; }