diff --git a/src/App.css b/src/App.css index b7308d1..c771820 100644 --- a/src/App.css +++ b/src/App.css @@ -17,3 +17,10 @@ color: #5F6176; font-weight: 700; } + + +@media only screen and (min-width: 768px) { + .App { + width: 700px; + } +} \ No newline at end of file