From f0087f637af66af4812ad0c0d189233a51b28e87 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Mon, 19 Nov 2018 10:22:41 +0530 Subject: [PATCH] Make App smaller on desktop --- src/App.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/App.css b/src/App.css index 92f956e..7b050d0 100644 --- a/src/App.css +++ b/src/App.css @@ -1,5 +1,7 @@ .App { text-align: center; + max-width: 504px; + margin: auto; } .App-logo {