From 6134224d8928fb5102d341f6ee23288348b6427c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LO=C3=8FC=20RICO?= <65566752+ricoloic@users.noreply.github.com> Date: Sun, 12 Dec 2021 21:12:32 -0500 Subject: [PATCH] rem to em --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 0f8e6d7..ba580dc 100644 --- a/style.css +++ b/style.css @@ -192,7 +192,7 @@ h3 { } } -@media screen and (min-width: 38rem) { +@media screen and (min-width: 38em) { .testimonial-grid { grid-template-areas: 'one one' @@ -202,7 +202,7 @@ h3 { } } -@media screen and (min-width: 54rem) { +@media screen and (min-width: 54em) { .testimonial-grid { grid-template-areas: "one one two" @@ -211,7 +211,7 @@ h3 { } } -@media screen and (min-width: 75rem) { +@media screen and (min-width: 75em) { .testimonial-grid { grid-template-areas: "one one two five"