From e8bd3e05e22c2b7fce83751e08fbec671875ffc1 Mon Sep 17 00:00:00 2001 From: Andrea Fazzi Date: Wed, 19 Apr 2023 10:57:23 +0200 Subject: [PATCH] Remove styles --- frontend/src/style.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/frontend/src/style.css b/frontend/src/style.css index 3940d6c..9bf5325 100644 --- a/frontend/src/style.css +++ b/frontend/src/style.css @@ -1,6 +1,5 @@ html { background-color: rgba(27, 38, 54, 1); - text-align: center; color: white; } @@ -22,5 +21,4 @@ body { #app { height: 100vh; - text-align: center; }