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; }