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