From d982e79451af40ea195f7854369cdb3c5ab33274 Mon Sep 17 00:00:00 2001 From: Matheus-Ferreira Date: Sat, 5 Feb 2022 21:49:22 -0300 Subject: [PATCH] media query (done) --- src/App.css | 7 +++++++ 1 file changed, 7 insertions(+) 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