Make App smaller on desktop

This commit is contained in:
2018-11-19 10:22:41 +05:30
parent fadf9b69f1
commit f0087f637a
+2
View File
@@ -1,5 +1,7 @@
.App { .App {
text-align: center; text-align: center;
max-width: 504px;
margin: auto;
} }
.App-logo { .App-logo {